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 = "641", 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/16179111/R-devel/641" > if(requireNamespace("R.cache"))R.cache::getCachePath() Loading required namespace: R.cache [1] "/tmp/th798/16179111/R-devel/641/R.cache" > task.id <- as.integer(cargs[["task.str"]]) > deps.df <- read.csv(cargs[["deps.csv"]]) > (rev.dep <- deps.df$Package[task.id]) [1] "ieegio" > job.dir <- file.path(dirname(cargs[["deps.csv"]]), "tasks", task.id) > setwd(task.dir) > .libPaths() [1] "/tmp/th798/16179111/R-devel/641/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 00:51:48 MST" > install.time <- system.time({ + install.packages(rev.dep, dep=TRUE) + }) Installing package into '/tmp/th798/16179111/R-devel/641/library' (as 'lib' is unspecified) also installing the dependencies 'pkgfilecache', 'RNiftyReg', 'gsignal', 'filearray', 'freesurferformats', 'gifti', 'hdf5r', 'oro.nifti', 'readNSx', 'rpyANTs', 'ravetools', 'RNifti', 'rpymat', 'r3js' trying URL 'http://cloud.r-project.org/src/contrib/pkgfilecache_0.1.5.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/RNiftyReg_2.8.4.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/gsignal_0.3-7.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/filearray_0.1.9.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/freesurferformats_0.1.18.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/gifti_0.8.0.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/hdf5r_1.3.12.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/oro.nifti_0.11.4.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/readNSx_0.0.5.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/rpyANTs_0.0.4.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/ravetools_0.2.2.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/RNifti_1.8.0.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/rpymat_0.1.7.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/r3js_0.0.2.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/ieegio_0.0.4.tar.gz' * installing *source* package 'pkgfilecache' ... ** this is package 'pkgfilecache' version '0.1.5' ** package 'pkgfilecache' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (pkgfilecache) * installing *source* package 'gsignal' ... ** this is package 'gsignal' version '0.3-7' ** package 'gsignal' successfully unpacked and MD5 sums checked ** using staged installation ** 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-devel/include" -DNDEBUG -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'/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 conv2d.cpp -o conv2d.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/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 filter.cpp -o filter.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/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 fwht.cpp -o fwht.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/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 remez.cpp -o remez.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/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 sosfilt.cpp -o sosfilt.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/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 upfirdn.cpp -o upfirdn.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 gsignal.so RcppExports.o conv2d.o filter.o fwht.o remez.o sosfilt.o upfirdn.o installing to /tmp/th798/16179111/R-devel/641/library/00LOCK-gsignal/00new/gsignal/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 ** 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 (gsignal) * installing *source* package 'filearray' ... ** this is package 'filearray' version '0.1.9' ** package 'filearray' successfully unpacked and MD5 sums checked ** using staged installation ** 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-devel/include" -DNDEBUG -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/BH/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../inst/include -I'/projects/genomic-ml/R/R-devel/library/BH/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 collapse.cpp -o collapse.o /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/BH/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 conversion.cpp -o conversion.o /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/BH/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 core.cpp -o core.o /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/BH/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 interfaces.cpp -o interfaces.o /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/BH/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 load.cpp -o load.o /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/BH/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 map.cpp -o map.o /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/BH/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 mapreduce.cpp -o mapreduce.o /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/BH/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 save.cpp -o save.o /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/BH/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 serialize.cpp -o serialize.o /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/BH/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 threadSettings.cpp -o threadSettings.o /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/BH/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 utils.cpp -o utils.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 filearray.so RcppExports.o collapse.o conversion.o core.o interfaces.o load.o map.o mapreduce.o save.o serialize.o threadSettings.o utils.o installing to /tmp/th798/16179111/R-devel/641/library/00LOCK-filearray/00new/filearray/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 (filearray) * installing *source* package 'gifti' ... ** this is package 'gifti' version '0.8.0' ** package 'gifti' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (gifti) * installing *source* package 'hdf5r' ... ** this is package 'hdf5r' version '1.3.12' ** package 'hdf5r' successfully unpacked and MD5 sums checked ** using staged installation checking for a sed that does not truncate output... /usr/bin/sed checking for gawk... gawk checking for grep that handles long lines and -e... /usr/bin/grep checking for gcc... /packages/gcc/12.2.0-nnbserq/bin/gcc 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 the compiler supports GNU C... yes checking whether /packages/gcc/12.2.0-nnbserq/bin/gcc accepts -g... yes checking for /packages/gcc/12.2.0-nnbserq/bin/gcc option to enable C11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for h5cc... /home/th798/.conda/envs/emacs1/bin/h5cc checking for HDF5 libraries... yes (version 1.10.2) checking for hdf5.h... yes checking for H5Fcreate in -lhdf5... yes checking for hdf5_hl.h... yes checking for H5LTpath_valid in -lhdf5_hl... yes checking for main in -lhdf5_hl... yes checking for matching HDF5 Fortran wrapper... /home/th798/.conda/envs/emacs1/bin/h5fc Found hdf5 with version: 1.10.2 checking for ggrep... /usr/bin/grep checking whether /usr/bin/grep accepts -o... yes checking for ggrep... (cached) /usr/bin/grep checking whether /usr/bin/grep accepts -o... yes Using variables: HDF5_LIBS= -L/home/th798/.conda/envs/emacs1/lib -L/home/th798/.conda/envs/emacs1/lib -L/home/th798/.conda/envs/emacs1/lib -lrt -lpthread -lz -ldl -lm -L. -lhdf5_hl -lhdf5 -lz -lm HDF5_CFLAGS= HDF5_CPPFLAGS=-I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include configure: creating ./config.status config.status: creating src/Makevars ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' cp 1_10_2/*.c 1_10_2/*.h . /usr/bin/cp 1_10_2/Wrapper_auto_H5.c 1_10_2/Wrapper_auto_H5A.c 1_10_2/Wrapper_auto_H5D.c 1_10_2/Wrapper_auto_H5DS.c 1_10_2/Wrapper_auto_H5E.c 1_10_2/Wrapper_auto_H5F.c 1_10_2/Wrapper_auto_H5FDcore.c 1_10_2/Wrapper_auto_H5FDfamily.c 1_10_2/Wrapper_auto_H5FDlog.c 1_10_2/Wrapper_auto_H5FDsec2.c 1_10_2/Wrapper_auto_H5FDstdio.c 1_10_2/Wrapper_auto_H5G.c 1_10_2/Wrapper_auto_H5I.c 1_10_2/Wrapper_auto_H5IM.c 1_10_2/Wrapper_auto_H5L.c 1_10_2/Wrapper_auto_H5LT.c 1_10_2/Wrapper_auto_H5O.c 1_10_2/Wrapper_auto_H5P.c 1_10_2/Wrapper_auto_H5R.c 1_10_2/Wrapper_auto_H5S.c 1_10_2/Wrapper_auto_H5T.c 1_10_2/Wrapper_auto_H5TB.c 1_10_2/Wrapper_auto_H5Z.c 1_10_2/const_export.c 1_10_2/datatype_export.c 1_10_2/HelperStructs.h 1_10_2/Wrapper_auto_H5.h 1_10_2/Wrapper_auto_H5A.h 1_10_2/Wrapper_auto_H5D.h 1_10_2/Wrapper_auto_H5DS.h 1_10_2/Wrapper_auto_H5E.h 1_10_2/Wrapper_auto_H5F.h 1_10_2/Wrapper_auto_H5FDcore.h 1_10_2/Wrapper_auto_H5FDfamily.h 1_10_2/Wrapper_auto_H5FDlog.h 1_10_2/Wrapper_auto_H5FDsec2.h 1_10_2/Wrapper_auto_H5FDstdio.h 1_10_2/Wrapper_auto_H5G.h 1_10_2/Wrapper_auto_H5I.h 1_10_2/Wrapper_auto_H5IM.h 1_10_2/Wrapper_auto_H5L.h 1_10_2/Wrapper_auto_H5LT.h 1_10_2/Wrapper_auto_H5O.h 1_10_2/Wrapper_auto_H5P.h 1_10_2/Wrapper_auto_H5R.h 1_10_2/Wrapper_auto_H5S.h 1_10_2/Wrapper_auto_H5T.h 1_10_2/Wrapper_auto_H5TB.h 1_10_2/Wrapper_auto_H5Z.h 1_10_2/const_export.h 1_10_2/datatype_export.h 1_10_2/export_auto.h . if [ "" != "" ]; then patch -p2 < patch_; fi /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/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D__USE_MINGW_ANSI_STDIO -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c const_export.c -o const_export.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/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D__USE_MINGW_ANSI_STDIO -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c datatype_export.c -o datatype_export.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/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D__USE_MINGW_ANSI_STDIO -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Wrapper_auto_H5A.c -o Wrapper_auto_H5A.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/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D__USE_MINGW_ANSI_STDIO -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Wrapper_auto_H5.c -o Wrapper_auto_H5.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/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D__USE_MINGW_ANSI_STDIO -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Wrapper_auto_H5D.c -o Wrapper_auto_H5D.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/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D__USE_MINGW_ANSI_STDIO -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Wrapper_auto_H5DS.c -o Wrapper_auto_H5DS.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/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D__USE_MINGW_ANSI_STDIO -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Wrapper_auto_H5E.c -o Wrapper_auto_H5E.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/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D__USE_MINGW_ANSI_STDIO -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Wrapper_auto_H5F.c -o Wrapper_auto_H5F.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/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D__USE_MINGW_ANSI_STDIO -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Wrapper_auto_H5G.c -o Wrapper_auto_H5G.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/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D__USE_MINGW_ANSI_STDIO -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Wrapper_auto_H5I.c -o Wrapper_auto_H5I.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/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D__USE_MINGW_ANSI_STDIO -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Wrapper_auto_H5IM.c -o Wrapper_auto_H5IM.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/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D__USE_MINGW_ANSI_STDIO -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Wrapper_auto_H5L.c -o Wrapper_auto_H5L.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/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D__USE_MINGW_ANSI_STDIO -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Wrapper_auto_H5LT.c -o Wrapper_auto_H5LT.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/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D__USE_MINGW_ANSI_STDIO -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Wrapper_auto_H5O.c -o Wrapper_auto_H5O.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/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D__USE_MINGW_ANSI_STDIO -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Wrapper_auto_H5P.c -o Wrapper_auto_H5P.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/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D__USE_MINGW_ANSI_STDIO -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Wrapper_auto_H5R.c -o Wrapper_auto_H5R.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/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D__USE_MINGW_ANSI_STDIO -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Wrapper_auto_H5S.c -o Wrapper_auto_H5S.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/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D__USE_MINGW_ANSI_STDIO -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Wrapper_auto_H5TB.c -o Wrapper_auto_H5TB.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/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D__USE_MINGW_ANSI_STDIO -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Wrapper_auto_H5T.c -o Wrapper_auto_H5T.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/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D__USE_MINGW_ANSI_STDIO -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Wrapper_auto_H5Z.c -o Wrapper_auto_H5Z.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/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D__USE_MINGW_ANSI_STDIO -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Wrapper_auto_H5FDcore.c -o Wrapper_auto_H5FDcore.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/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D__USE_MINGW_ANSI_STDIO -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Wrapper_auto_H5FDfamily.c -o Wrapper_auto_H5FDfamily.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/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D__USE_MINGW_ANSI_STDIO -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Wrapper_auto_H5FDlog.c -o Wrapper_auto_H5FDlog.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/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D__USE_MINGW_ANSI_STDIO -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Wrapper_auto_H5FDsec2.c -o Wrapper_auto_H5FDsec2.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/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D__USE_MINGW_ANSI_STDIO -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Wrapper_auto_H5FDstdio.c -o Wrapper_auto_H5FDstdio.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/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D__USE_MINGW_ANSI_STDIO -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c convert.c -o convert.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/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D__USE_MINGW_ANSI_STDIO -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c hdf5r_init.c -o hdf5r_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/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D__USE_MINGW_ANSI_STDIO -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c H5Error.c -o H5Error.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/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D__USE_MINGW_ANSI_STDIO -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c H5ls.c -o H5ls.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/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -D__USE_MINGW_ANSI_STDIO -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c Wrapper_manual_H5T.c -o Wrapper_manual_H5T.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 hdf5r.so const_export.o datatype_export.o Wrapper_auto_H5A.o Wrapper_auto_H5.o Wrapper_auto_H5D.o Wrapper_auto_H5DS.o Wrapper_auto_H5E.o Wrapper_auto_H5F.o Wrapper_auto_H5G.o Wrapper_auto_H5I.o Wrapper_auto_H5IM.o Wrapper_auto_H5L.o Wrapper_auto_H5LT.o Wrapper_auto_H5O.o Wrapper_auto_H5P.o Wrapper_auto_H5R.o Wrapper_auto_H5S.o Wrapper_auto_H5TB.o Wrapper_auto_H5T.o Wrapper_auto_H5Z.o Wrapper_auto_H5FDcore.o Wrapper_auto_H5FDfamily.o Wrapper_auto_H5FDlog.o Wrapper_auto_H5FDsec2.o Wrapper_auto_H5FDstdio.o convert.o hdf5r_init.o H5Error.o H5ls.o Wrapper_manual_H5T.o -L/home/th798/.conda/envs/emacs1/lib -L/home/th798/.conda/envs/emacs1/lib -L/home/th798/.conda/envs/emacs1/lib -lrt -lpthread -lz -ldl -lm -L. -lhdf5_hl -lhdf5 -lz -lm installing to /tmp/th798/16179111/R-devel/641/library/00LOCK-hdf5r/00new/hdf5r/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 (hdf5r) * installing *source* package 'RNifti' ... ** this is package 'RNifti' version '1.8.0' ** package 'RNifti' successfully unpacked and MD5 sums checked ** using staged installation checking for gcc... /packages/gcc/12.2.0-nnbserq/bin/gcc 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 the compiler supports GNU C... yes checking whether /packages/gcc/12.2.0-nnbserq/bin/gcc accepts -g... yes checking for /packages/gcc/12.2.0-nnbserq/bin/gcc option to enable C11 features... none needed checking for library containing inflate... -lz configure: creating ./config.status config.status: creating src/Makevars ** 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/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DNDEBUG -DHAVE_ZLIB -DUSING_R -DRNIFTI_NIFTILIB_DEDUPLICATE -I../inst/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 main.cpp -o main.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -DNDEBUG -DHAVE_ZLIB -DUSING_R -DRNIFTI_NIFTILIB_DEDUPLICATE -I../inst/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 zzz.c -o zzz.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -DNDEBUG -DHAVE_ZLIB -DUSING_R -DRNIFTI_NIFTILIB_DEDUPLICATE -I../inst/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 znzlib/znzlib.c -o znzlib/znzlib.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -DNDEBUG -DHAVE_ZLIB -DUSING_R -DRNIFTI_NIFTILIB_DEDUPLICATE -I../inst/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 niftilib/nifti1_io.c -o niftilib/nifti1_io.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -DNDEBUG -DHAVE_ZLIB -DUSING_R -DRNIFTI_NIFTILIB_DEDUPLICATE -I../inst/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 niftilib/nifti2_io.c -o niftilib/nifti2_io.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 RNifti.so main.o zzz.o znzlib/znzlib.o niftilib/nifti1_io.o niftilib/nifti2_io.o -lz installing to /tmp/th798/16179111/R-devel/641/library/00LOCK-RNifti/00new/RNifti/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 (RNifti) * installing *source* package 'rpymat' ... ** this is package 'rpymat' version '0.1.7' ** package 'rpymat' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (rpymat) * installing *source* package 'r3js' ... ** this is package 'r3js' version '0.0.2' ** package 'r3js' 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 (r3js) * installing *source* package 'RNiftyReg' ... ** this is package 'RNiftyReg' version '2.8.4' ** package 'RNiftyReg' successfully unpacked and MD5 sums checked ** using staged installation 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++ -std=gnu++17 accepts -g... yes checking for OpenMP flag of C++ compiler... -fopenmp 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-devel/include" -DNDEBUG -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 main.cpp -o main.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 main.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; | ^~~~~~~~~~~~~~~~ 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; | ^~~~~~~~~~~~~~~~ /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' main.cpp:51:69: 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' main.cpp:51:69: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 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' main.cpp:421:31: 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' main.cpp:421: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] 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' main.cpp:441:31: 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' main.cpp:441: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:50:34: required from 'class Eigen::ReturnByValue > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:309:34: required from 'class Eigen::MatrixLogarithmReturnValue >' main.cpp:475:29: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /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::ReturnByValue > >, 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::ReturnByValue > >, 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::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' main.cpp:475:34: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ReturnByValue > >, 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::ReturnByValue > >, 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::ReturnByValue > >, 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::ReturnByValue > >, 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::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' main.cpp:475:34: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ReturnByValue > >, 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::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:50:34: required from 'class Eigen::ReturnByValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:396:35: required from 'struct Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' main.cpp:475: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::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>' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:361:24: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:362:22: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, 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::CwiseUnaryOp, 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::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:362:25: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:363:38: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:243:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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, 0>, 0>': /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, 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 >, Eigen::internal::member_sum, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:243:59: required from 'static void Eigen::internal::matrix_exp_computeUV::run(const ArgType&, MatrixType&, MatrixType&, int&) [with ArgType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:360:40: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:257:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:277: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::Block, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, 1, -1, false>, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:71:31: required from 'void Eigen::internal::matrix_exp_pade3(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:246:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:71:65: required from 'void Eigen::internal::matrix_exp_pade3(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:246:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:71:43: required from 'void Eigen::internal::matrix_exp_pade3(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:246:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:71:36: required from 'void Eigen::internal::matrix_exp_pade3(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:246:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:89:36: required from 'void Eigen::internal::matrix_exp_pade5(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:248:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:89:48: required from 'void Eigen::internal::matrix_exp_pade5(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:248:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:108:48: required from 'void Eigen::internal::matrix_exp_pade7(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:250:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:109:5: required from 'void Eigen::internal::matrix_exp_pade7(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:250:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:131:60: required from 'void Eigen::internal::matrix_exp_pade9(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:252:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:132:5: required from 'void Eigen::internal::matrix_exp_pade9(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:252:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core: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/Parallelizer.h:126:68: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: 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: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:87:38: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Matrix; Rhs = Eigen::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::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: 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:91:42: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Matrix; Rhs = Eigen::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::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: 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:95:45: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Matrix; Rhs = Eigen::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::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: 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, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:296:40: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Block, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: 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 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument '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 '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/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: 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/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/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::Map, 2, Eigen::Stride<0, 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::Map, 2, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:278:57: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = false]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:104:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: 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/GeneralMatrixMatrix.h:115:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: 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/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/GeneralMatrixMatrix.h:133:13: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: 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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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<-1, 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<-1, 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<-1, 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<-1, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<-1, 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<-1, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, -1, 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::OuterStride<> >, -1, -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::OuterStride<> >, -1, -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::OuterStride<> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, -1, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::OuterStride<> > >::match, 0, Eigen::OuterStride<> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:288:101: required by substitution of 'template Eigen::Ref, 0, Eigen::OuterStride<> >::Ref(const Eigen::DenseBase&, typename Eigen::internal::enable_if<(bool)(Eigen::internal::traits, 0, Eigen::OuterStride<> > >::match::MatchAtCompileTime), Derived>::type*) [with Derived = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:463:17: required from 'static Eigen::Index Eigen::internal::partial_lu_impl::blocked_lu(Eigen::Index, Eigen::Index, Scalar*, Eigen::Index, PivIndex*, PivIndex&, Eigen::Index) [with Scalar = double; int StorageOrder = 0; PivIndex = int; int SizeAtCompileTime = -1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:519:17: required from 'void Eigen::internal::partial_lu_inplace(MatrixType&, TranspositionType&, typename TranspositionType::StorageIndex&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; typename TranspositionType::StorageIndex = int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:543:31: required from 'void Eigen::PartialPivLU::compute() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:133:14: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475: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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -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::OuterStride<> >, 1, -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::OuterStride<> >, 1, -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::OuterStride<> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:495:30: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 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::OuterStride<> >, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:377:43: required from 'static Eigen::Index Eigen::internal::partial_lu_impl::unblocked_lu(MatrixTypeRef&, PivIndex*, PivIndex&) [with Scalar = double; int StorageOrder = 0; PivIndex = int; int SizeAtCompileTime = -1; Eigen::Index = long int; MatrixTypeRef = Eigen::Ref, 0, Eigen::OuterStride<> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:439:26: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:400:114: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 2, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:234:28: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, -1, 1, true>, 0>': /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, 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 >, -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::Matrix >, -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::Matrix >, -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::Matrix >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:296:25: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475: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, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, 0>; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:374:14: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475: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::Matrix >, -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::Matrix >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; ResultType = double; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475: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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>; SrcXprType = Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>; SrcXprType = Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>; Src = Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>; Src = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>; Func = swap_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>; Derived = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:483:24: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475: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/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::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/TriangularSolverMatrix.h:155:19: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 5; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; int Side = 1; int Mode = 5]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Ref, 0, Eigen::OuterStride<> >; _MatrixType = Eigen::Ref, 0, Eigen::OuterStride<> >; unsigned int _Mode = 5]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Ref, 0, Eigen::OuterStride<> >; _MatrixType = Eigen::Ref, 0, Eigen::OuterStride<> >; unsigned int _Mode = 5]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:493:62: required from 'static Eigen::Index Eigen::internal::partial_lu_impl::blocked_lu(Eigen::Index, Eigen::Index, Scalar*, Eigen::Index, PivIndex*, PivIndex&, Eigen::Index) [with Scalar = double; int StorageOrder = 0; PivIndex = int; int SizeAtCompileTime = -1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:519:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2459:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2459 | PacketBlock kernel; | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, 0, Eigen::OuterStride<> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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::Ref, 0, Eigen::OuterStride<> >; Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:464:20: required from 'static void Eigen::internal::generic_product_impl::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Ref, 0, Eigen::OuterStride<> >; Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:178:42: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475: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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 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::Ref, 0, Eigen::OuterStride<> >; Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:464:20: required from 'static void Eigen::internal::generic_product_impl::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Ref, 0, Eigen::OuterStride<> >; Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:178:42: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:274:18: required from 'void Eigen::internal::outer_product_selector_run(Dst&, const Lhs&, const Rhs&, const Func&, const false_type&) [with Dst = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; Lhs = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>; Func = generic_product_impl, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, Eigen::DenseShape, Eigen::DenseShape, 5>::sub]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:329:41: required from 'static void Eigen::internal::generic_product_impl::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; Lhs = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:178:42: required from 'static void Eigen::internal::Assignment, Eigen::internal::sub_assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::sub_assign_op&) [with DstXprType = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; Lhs = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; Src = Eigen::Product, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:59:31: required from 'ExpressionType& Eigen::NoAlias::operator-=(const StorageBase&) [with OtherDerived = Eigen::Product, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0>; ExpressionType = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:400:77: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475: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, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; Lhs = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>; Func = generic_product_impl, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, Eigen::DenseShape, Eigen::DenseShape, 5>::sub]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:329:41: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, 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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, -1, -1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 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 >, 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 >, Eigen::Matrix, -1, -1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, -1, -1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl >, Eigen::Matrix, -1, -1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, -1, 1, true> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; ResultType = double; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -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::OuterStride<> >, 1, -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::OuterStride<> >, 1, -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::OuterStride<> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>; U = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:245:85: required from 'void Eigen::internal::matrix_log_compute_big(const MatrixType&, MatrixType&) [with MatrixType = Eigen::Matrix, -1, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:291:27: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, Eigen::internal::member_sum, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, Eigen::internal::member_sum, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, Eigen::internal::member_sum, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, Eigen::internal::member_sum, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:245:101: required from 'void Eigen::internal::matrix_log_compute_big(const MatrixType&, MatrixType&) [with MatrixType = Eigen::Matrix, -1, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:291:27: required from 'MatrixType Eigen::internal::MatrixLogarithmAtomic::compute(const MatrixType&) [with MatrixType = Eigen::Matrix, -1, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h:247:23: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:305:153: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475: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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::Matrix, 2, 2> >, 0>': /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, 2> > >' /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, 2> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, const Eigen::Matrix, 2, 2>, Eigen::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, 2, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/ComplexSchur.h:293:32: required from 'Eigen::ComplexSchur<_MatrixType>::ComplexScalar Eigen::ComplexSchur<_MatrixType>::computeShift(Index, Index) [with _MatrixType = Eigen::Matrix, -1, -1>; ComplexScalar = std::complex; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/ComplexSchur.h:434:27: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block, 1, -1, false>; Functor = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block, 1, -1, false>; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, 1, -1, false>; Func = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, 1, -1, false>; Func = swap_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 1, -1, false>; Derived = Eigen::Block, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:1033:18: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475: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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::Block, -1, -1>, -1, 1, true>, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::Block, -1, -1>, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::Block, -1, -1>, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, const Eigen::Block, -1, -1>, -1, 1, true>, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp >, const Eigen::Block, -1, -1>, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, -1>, -1, 1, true>, -1, 1, false>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits, std::complex, false, false, 1, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:126:68: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, long int, general_matrix_matrix_product, 0, false, std::complex, 0, false, 0, 1>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::Matrix, -1, -1>, gemm_blocking_space<0, std::complex, std::complex, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix, -1, -1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix, -1, -1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; int Options = 0; Scalar = std::complex; SrcXprType = Eigen::Product, -1, -1>, -1, -1, false>, Eigen::Block, -1, -1>, -1, -1, false>, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix, -1, -1>; Src = Eigen::Product, -1, -1>, -1, -1, false>, Eigen::Block, -1, -1>, -1, -1, false>, 0>; Func = assign_op, std::complex >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 25 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits, std::complex, false, false, 1, 1>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1080:42: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = std::complex; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = std::complex; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = std::complex; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product, 0, false, std::complex, 0, false, 0, 1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Dest = Eigen::Matrix, -1, -1>; BlockingType = Eigen::internal::gemm_blocking_space<0, std::complex, std::complex, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, long int, general_matrix_matrix_product, 0, false, std::complex, 0, false, 0, 1>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::Matrix, -1, -1>, gemm_blocking_space<0, std::complex, std::complex, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix, -1, -1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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, std::complex, false, false, 1, 2>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1085:45: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = std::complex; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = std::complex; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = std::complex; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product, 0, false, std::complex, 0, false, 0, 1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Dest = Eigen::Matrix, -1, -1>; BlockingType = Eigen::internal::gemm_blocking_space<0, std::complex, std::complex, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, long int, general_matrix_matrix_product, 0, false, std::complex, 0, false, 0, 1>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::Matrix, -1, -1>, gemm_blocking_space<0, std::complex, std::complex, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix, -1, -1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = std::complex]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:133:13: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = std::complex; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = std::complex; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = std::complex; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product, 0, false, std::complex, 0, false, 0, 1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Dest = Eigen::Matrix, -1, -1>; BlockingType = Eigen::internal::gemm_blocking_space<0, std::complex, std::complex, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, long int, general_matrix_matrix_product, 0, false, std::complex, 0, false, 0, 1>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::Matrix, -1, -1>, gemm_blocking_space<0, std::complex, std::complex, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix, -1, -1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /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: In instantiation of 'struct Eigen::internal::unpacket_traits >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1979:135: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:133:13: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = std::complex; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = std::complex; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = std::complex; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product, 0, false, std::complex, 0, false, 0, 1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Dest = Eigen::Matrix, -1, -1>; BlockingType = Eigen::internal::gemm_blocking_space<0, std::complex, std::complex, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, long int, general_matrix_matrix_product, 0, false, std::complex, 0, false, 0, 1>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::Matrix, -1, -1>, gemm_blocking_space<0, std::complex, std::complex, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix, -1, -1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:746:64: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 746 | typedef DoublePacket::half> half; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, -1, 1, true>; ResultType = double; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475: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/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gebp_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = false; bool _ConjRhs = false; int Arch = 1; int _PacketSize = 0; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1525:13: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:133:13: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = std::complex; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = std::complex; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = std::complex; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product, 0, false, std::complex, 0, false, 0, 1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Dest = Eigen::Matrix, -1, -1>; BlockingType = Eigen::internal::gemm_blocking_space<0, std::complex, std::complex, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, long int, general_matrix_matrix_product, 0, false, std::complex, 0, false, 0, 1>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::Matrix, -1, -1>, gemm_blocking_space<0, std::complex, std::complex, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix, -1, -1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 858 | dest = pload((const typename unpacket_traits::type*)(a)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_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_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = false; bool _ConjRhs = false; int Arch = 1; int _PacketSize = 1; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1198:19: required from 'void Eigen::internal::lhs_process_one_packet::peeled_kc_onestep(Eigen::Index, const LhsScalar*, const RhsScalar*, GEBPTraits, LhsPacket*, RhsPacketx4*, RhsPacket*, AccPacket*, AccPacket*, AccPacket*, AccPacket*) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, false, 1, 1>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int; RhsPacketx4 = Eigen::internal::QuadPacket >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1269:11: required from 'void Eigen::internal::lhs_process_one_packet::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, ResScalar, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, int, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, false, 1, 1>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1896:8: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:133:13: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = std::complex; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = std::complex; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = std::complex; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product, 0, false, std::complex, 0, false, 0, 1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Dest = Eigen::Matrix, -1, -1>; BlockingType = Eigen::internal::gemm_blocking_space<0, std::complex, std::complex, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:141:16: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_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_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = false; bool _ConjRhs = false; int Arch = 1; int _PacketSize = 2; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1198:19: required from 'void Eigen::internal::lhs_process_one_packet::peeled_kc_onestep(Eigen::Index, const LhsScalar*, const RhsScalar*, GEBPTraits, LhsPacket*, RhsPacketx4*, RhsPacket*, AccPacket*, AccPacket*, AccPacket*, AccPacket*) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, false, 1, 2>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int; RhsPacketx4 = Eigen::internal::QuadPacket >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1269:11: required from 'void Eigen::internal::lhs_process_one_packet::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, ResScalar, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, int, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, false, 1, 2>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1902:8: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:133:13: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = std::complex; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = std::complex; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = std::complex; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product, 0, false, std::complex, 0, false, 0, 1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Dest = Eigen::Matrix, -1, -1>; BlockingType = Eigen::internal::gemm_blocking_space<0, std::complex, std::complex, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:141:16: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_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, std::complex, false, true, 1, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1063:38: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:157:103: 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 = std::complex; Index = long int; int Mode = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = true; 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, -1, -1>; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix, -1, -1>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; typename Dest::Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView, -1, -1>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; int ProductTag = 8; Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView, -1, -1>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; Derived = Eigen::internal::generic_product_impl, -1, -1>, 2>, Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 32 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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, std::complex, true, false, 1, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1074:45: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:157:103: 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 = std::complex; Index = long int; int Mode = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = true; 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, -1, -1>; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix, -1, -1>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; typename Dest::Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView, -1, -1>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; int ProductTag = 8; Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView, -1, -1>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; Derived = Eigen::internal::generic_product_impl, -1, -1>, 2>, Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 32 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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, std::complex, false, true, 1, 1>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1080:42: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:157:103: 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 = std::complex; Index = long int; int Mode = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = true; 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, -1, -1>; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix, -1, -1>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; typename Dest::Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView, -1, -1>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; int ProductTag = 8; Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView, -1, -1>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; Derived = Eigen::internal::generic_product_impl, -1, -1>, 2>, Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 32 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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, std::complex, false, true, 1, 2>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1085:45: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:157:103: 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 = std::complex; Index = long int; int Mode = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = true; 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, -1, -1>; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix, -1, -1>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; typename Dest::Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView, -1, -1>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; int ProductTag = 8; Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView, -1, -1>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; Derived = Eigen::internal::generic_product_impl, -1, -1>, 2>, Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 32 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = true; ResScalar = std::complex]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = true; 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, -1, -1>; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix, -1, -1>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; typename Dest::Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView, -1, -1>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; int ProductTag = 8; Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView, -1, -1>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; Derived = Eigen::internal::generic_product_impl, -1, -1>, 2>, Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView, -1, -1>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; Derived = Eigen::internal::generic_product_impl, -1, -1>, 2>, Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 31 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /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: In instantiation of 'void Eigen::internal::gebp_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = false; bool _ConjRhs = true; int Arch = 1; int _PacketSize = 0; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1525:13: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = true; ResScalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = true; 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, -1, -1>; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix, -1, -1>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; typename Dest::Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView, -1, -1>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; int ProductTag = 8; Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView, -1, -1>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; Derived = Eigen::internal::generic_product_impl, -1, -1>, 2>, Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 32 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 858 | dest = pload((const typename unpacket_traits::type*)(a)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_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, std::complex, true, false, 1, 1>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1080:42: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:157:103: 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 = std::complex; Index = long int; int Mode = 6; int LhsStorageOrder = 1; bool ConjugateLhs = true; 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, -1, -1>; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; typename Dest::Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; int ProductTag = 8; Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Derived = Eigen::internal::generic_product_impl >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >, 6>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 35 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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, std::complex, true, false, 1, 2>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1085:45: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:157:103: 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 = std::complex; Index = long int; int Mode = 6; int LhsStorageOrder = 1; bool ConjugateLhs = true; 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, -1, -1>; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; typename Dest::Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; int ProductTag = 8; Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Derived = Eigen::internal::generic_product_impl >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >, 6>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 35 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = true; bool ConjugateRhs = false; ResScalar = std::complex]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 6; int LhsStorageOrder = 1; bool ConjugateLhs = true; 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, -1, -1>; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; typename Dest::Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; int ProductTag = 8; Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Derived = Eigen::internal::generic_product_impl >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >, 6>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Derived = Eigen::internal::generic_product_impl >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >, 6>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 34 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /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: In instantiation of 'void Eigen::internal::gebp_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = false; bool _ConjRhs = true; int Arch = 1; int _PacketSize = 1; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1198:19: required from 'void Eigen::internal::lhs_process_one_packet::peeled_kc_onestep(Eigen::Index, const LhsScalar*, const RhsScalar*, GEBPTraits, LhsPacket*, RhsPacketx4*, RhsPacket*, AccPacket*, AccPacket*, AccPacket*, AccPacket*) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, true, 1, 1>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int; RhsPacketx4 = Eigen::internal::QuadPacket >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1269:11: required from 'void Eigen::internal::lhs_process_one_packet::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, ResScalar, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, int, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, true, 1, 1>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1896:8: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = true; ResScalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = true; 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, -1, -1>; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix, -1, -1>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; typename Dest::Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 34 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 858 | dest = pload((const typename unpacket_traits::type*)(a)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_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_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = false; bool _ConjRhs = true; int Arch = 1; int _PacketSize = 2; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1198:19: required from 'void Eigen::internal::lhs_process_one_packet::peeled_kc_onestep(Eigen::Index, const LhsScalar*, const RhsScalar*, GEBPTraits, LhsPacket*, RhsPacketx4*, RhsPacket*, AccPacket*, AccPacket*, AccPacket*, AccPacket*) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, true, 1, 2>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int; RhsPacketx4 = Eigen::internal::QuadPacket >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1269:11: required from 'void Eigen::internal::lhs_process_one_packet::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, ResScalar, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, int, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, true, 1, 2>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1902:8: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = true; ResScalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = true; 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, -1, -1>; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix, -1, -1>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; typename Dest::Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 34 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_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_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = true; bool _ConjRhs = false; int Arch = 1; int _PacketSize = 0; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1525:13: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = true; bool ConjugateRhs = false; ResScalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 6; int LhsStorageOrder = 1; bool ConjugateLhs = true; 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, -1, -1>; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; typename Dest::Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; int ProductTag = 8; Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Derived = Eigen::internal::generic_product_impl >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >, 6>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 35 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_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_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = true; bool _ConjRhs = false; int Arch = 1; int _PacketSize = 1; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1198:19: required from 'void Eigen::internal::lhs_process_one_packet::peeled_kc_onestep(Eigen::Index, const LhsScalar*, const RhsScalar*, GEBPTraits, LhsPacket*, RhsPacketx4*, RhsPacket*, AccPacket*, AccPacket*, AccPacket*, AccPacket*) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, true, false, 1, 1>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int; RhsPacketx4 = Eigen::internal::QuadPacket >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1269:11: required from 'void Eigen::internal::lhs_process_one_packet::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, ResScalar, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, int, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, true, false, 1, 1>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1896:8: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = true; bool ConjugateRhs = false; ResScalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 6; int LhsStorageOrder = 1; bool ConjugateLhs = true; 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, -1, -1>; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; typename Dest::Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 37 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_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_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = true; bool _ConjRhs = false; int Arch = 1; int _PacketSize = 2; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1198:19: required from 'void Eigen::internal::lhs_process_one_packet::peeled_kc_onestep(Eigen::Index, const LhsScalar*, const RhsScalar*, GEBPTraits, LhsPacket*, RhsPacketx4*, RhsPacket*, AccPacket*, AccPacket*, AccPacket*, AccPacket*) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, true, false, 1, 2>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int; RhsPacketx4 = Eigen::internal::QuadPacket >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1269:11: required from 'void Eigen::internal::lhs_process_one_packet::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, ResScalar, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, int, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, true, false, 1, 2>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1902:8: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = true; bool ConjugateRhs = false; ResScalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 6; int LhsStorageOrder = 1; bool ConjugateLhs = true; 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, -1, -1>; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; typename Dest::Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 37 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 helpers.cpp -o helpers.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 helpers.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; | ^~~~~~~~~~~~~~~~ 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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 RNifti.cpp -o RNifti.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 AffineMatrix.cpp -o AffineMatrix.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 AffineMatrix.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; | ^~~~~~~~~~~~~~~~ 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; | ^~~~~~~~~~~~~~~~ /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' AffineMatrix.cpp:21:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' AffineMatrix.cpp:21:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 DeformationField.cpp -o DeformationField.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 DeformationField.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; | ^~~~~~~~~~~~~~~~ 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; | ^~~~~~~~~~~~~~~~ /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' DeformationField.cpp:147:11: required from 'Rcpp::NumericVector DeformationField::findPoint(const RNifti::NiftiImage&, const Eigen::Matrix&, bool, const Eigen::Matrix&) const [with int Dim = 2; PrecisionType = float; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]' DeformationField.cpp:326:200: 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' DeformationField.cpp:147:11: required from 'Rcpp::NumericVector DeformationField::findPoint(const RNifti::NiftiImage&, const Eigen::Matrix&, bool, const Eigen::Matrix&) const [with int Dim = 2; PrecisionType = float; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]' DeformationField.cpp:326:200: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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 >' DeformationField.cpp:147:35: required from 'Rcpp::NumericVector DeformationField::findPoint(const RNifti::NiftiImage&, const Eigen::Matrix&, bool, const Eigen::Matrix&) const [with int Dim = 2; PrecisionType = float; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]' DeformationField.cpp:326:200: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/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 >' DeformationField.cpp:197:64: required from 'Rcpp::NumericVector DeformationField::findPoint(const RNifti::NiftiImage&, const Eigen::Matrix&, bool, const Eigen::Matrix&) const [with int Dim = 2; PrecisionType = float; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]' DeformationField.cpp:326:200: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument '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' DeformationField.cpp:147:11: required from 'Rcpp::NumericVector DeformationField::findPoint(const RNifti::NiftiImage&, const Eigen::Matrix&, bool, const Eigen::Matrix&) const [with int Dim = 3; PrecisionType = float; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]' DeformationField.cpp:329:200: 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' DeformationField.cpp:147:11: required from 'Rcpp::NumericVector DeformationField::findPoint(const RNifti::NiftiImage&, const Eigen::Matrix&, bool, const Eigen::Matrix&) const [with int Dim = 3; PrecisionType = float; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]' DeformationField.cpp:329:200: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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 >' DeformationField.cpp:147:35: required from 'Rcpp::NumericVector DeformationField::findPoint(const RNifti::NiftiImage&, const Eigen::Matrix&, bool, const Eigen::Matrix&) const [with int Dim = 3; PrecisionType = float; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]' DeformationField.cpp:329:200: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/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 >' DeformationField.cpp:197:64: required from 'Rcpp::NumericVector DeformationField::findPoint(const RNifti::NiftiImage&, const Eigen::Matrix&, bool, const Eigen::Matrix&) const [with int Dim = 3; PrecisionType = float; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]' DeformationField.cpp:329:200: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' DeformationField.cpp:163:27: required from 'Rcpp::NumericVector DeformationField::findPoint(const RNifti::NiftiImage&, const Eigen::Matrix&, bool, const Eigen::Matrix&) const [with int Dim = 2; PrecisionType = float; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]' DeformationField.cpp:326:200: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' DeformationField.cpp:197:81: required from 'Rcpp::NumericVector DeformationField::findPoint(const RNifti::NiftiImage&, const Eigen::Matrix&, bool, const Eigen::Matrix&) const [with int Dim = 2; PrecisionType = float; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]' DeformationField.cpp:326:200: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' DeformationField.cpp:163:27: required from 'Rcpp::NumericVector DeformationField::findPoint(const RNifti::NiftiImage&, const Eigen::Matrix&, bool, const Eigen::Matrix&) const [with int Dim = 3; PrecisionType = float; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]' DeformationField.cpp:329:200: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' DeformationField.cpp:197:81: required from 'Rcpp::NumericVector DeformationField::findPoint(const RNifti::NiftiImage&, const Eigen::Matrix&, bool, const Eigen::Matrix&) const [with int Dim = 3; PrecisionType = float; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]' DeformationField.cpp:329:200: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: 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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 aladin.cpp -o aladin.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 aladin.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; | ^~~~~~~~~~~~~~~~ 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; | ^~~~~~~~~~~~~~~~ /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' aladin.cpp:86:35: required from 'AladinResult regAladin(const RNifti::NiftiImage&, const RNifti::NiftiImage&, LinearTransformScope, bool, int, int, int, int, const RNifti::NiftiImage&, const RNifti::NiftiImage&, const AffineMatrix&, bool, bool) [with PrecisionType = float]' aladin.cpp:99:394: 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' aladin.cpp:86:35: required from 'AladinResult regAladin(const RNifti::NiftiImage&, const RNifti::NiftiImage&, LinearTransformScope, bool, int, int, int, int, const RNifti::NiftiImage&, const RNifti::NiftiImage&, const AffineMatrix&, bool, bool) [with PrecisionType = float]' aladin.cpp:99:394: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 f3d.cpp -o f3d.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 f3d.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; | ^~~~~~~~~~~~~~~~ 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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 reg-lib/AladinContent.cpp -o reg-lib/AladinContent.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_blockMatching.h:17, from reg-lib/AladinContent.h:10, from reg-lib/AladinContent.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; | ^~~~~~~~~~~~~~~~ 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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 reg-lib/Platform.cpp -o reg-lib/Platform.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_blockMatching.h:17, from reg-lib/AladinContent.h:10, from reg-lib/Platform.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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 reg-lib/_reg_aladin.cpp -o reg-lib/_reg_aladin.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_blockMatching.h:17, from reg-lib/_reg_aladin.h:19, from reg-lib/_reg_aladin.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/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 reg-lib/_reg_aladin_sym.cpp -o reg-lib/_reg_aladin_sym.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_blockMatching.h:17, from reg-lib/_reg_aladin.h:19, from reg-lib/_reg_aladin_sym.h:15, from reg-lib/_reg_aladin_sym.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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 reg-lib/_reg_base.cpp -o reg-lib/_reg_base.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_tools.h:19, from reg-lib/cpu/_reg_globalTrans.h:18, from reg-lib/_reg_base.h:16, from reg-lib/_reg_base.cpp:15: /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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 reg-lib/_reg_f3d.cpp -o reg-lib/_reg_f3d.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_tools.h:19, from reg-lib/cpu/_reg_globalTrans.h:18, from reg-lib/_reg_base.h:16, from reg-lib/_reg_f3d.h:15, from reg-lib/_reg_f3d.cpp:15: /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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 reg-lib/_reg_f3d2.cpp -o reg-lib/_reg_f3d2.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_tools.h:19, from reg-lib/cpu/_reg_globalTrans.h:18, from reg-lib/_reg_base.h:16, from reg-lib/_reg_f3d.h:15, from reg-lib/_reg_f3d_sym.h:15, from reg-lib/_reg_f3d2.h:12, from reg-lib/_reg_f3d2.cpp:16: /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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 reg-lib/_reg_f3d_sym.cpp -o reg-lib/_reg_f3d_sym.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_tools.h:19, from reg-lib/cpu/_reg_globalTrans.h:18, from reg-lib/_reg_base.h:16, from reg-lib/_reg_f3d.h:15, from reg-lib/_reg_f3d_sym.h:15, from reg-lib/_reg_f3d_sym.cpp:15: /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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 reg-lib/cpu/CPUAffineDeformationFieldKernel.cpp -o reg-lib/cpu/CPUAffineDeformationFieldKernel.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_blockMatching.h:17, from reg-lib/AladinContent.h:10, from reg-lib/cpu/CPUAffineDeformationFieldKernel.h:5, from reg-lib/cpu/CPUAffineDeformationFieldKernel.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; | ^~~~~~~~~~~~~~~~ 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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 reg-lib/cpu/CPUBlockMatchingKernel.cpp -o reg-lib/cpu/CPUBlockMatchingKernel.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_blockMatching.h:17, from reg-lib/cpu/CPUBlockMatchingKernel.h:5, from reg-lib/cpu/CPUBlockMatchingKernel.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; | ^~~~~~~~~~~~~~~~ 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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 reg-lib/cpu/CPUConvolutionKernel.cpp -o reg-lib/cpu/CPUConvolutionKernel.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_tools.h:19, from reg-lib/cpu/_reg_globalTrans.h:18, from reg-lib/cpu/CPUConvolutionKernel.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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 reg-lib/cpu/CPUKernelFactory.cpp -o reg-lib/cpu/CPUKernelFactory.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_blockMatching.h:17, from reg-lib/AladinContent.h:10, from reg-lib/KernelFactory.h:4, from reg-lib/cpu/CPUKernelFactory.h:4, from reg-lib/cpu/CPUKernelFactory.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; | ^~~~~~~~~~~~~~~~ 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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 reg-lib/cpu/CPUOptimiseKernel.cpp -o reg-lib/cpu/CPUOptimiseKernel.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_blockMatching.h:17, from reg-lib/cpu/CPUOptimiseKernel.h:5, from reg-lib/cpu/CPUOptimiseKernel.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; | ^~~~~~~~~~~~~~~~ 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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 reg-lib/cpu/CPUResampleImageKernel.cpp -o reg-lib/cpu/CPUResampleImageKernel.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_blockMatching.h:17, from reg-lib/AladinContent.h:10, from reg-lib/cpu/CPUResampleImageKernel.h:5, from reg-lib/cpu/CPUResampleImageKernel.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; | ^~~~~~~~~~~~~~~~ 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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 reg-lib/cpu/_reg_blockMatching.cpp -o reg-lib/cpu/_reg_blockMatching.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_blockMatching.h:17, from reg-lib/cpu/_reg_blockMatching.cpp:12: /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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 reg-lib/cpu/_reg_globalTrans.cpp -o reg-lib/cpu/_reg_globalTrans.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_tools.h:19, from reg-lib/cpu/_reg_globalTrans.h:18, from reg-lib/cpu/_reg_globalTrans.cpp:15: /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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 reg-lib/cpu/_reg_localTrans.cpp -o reg-lib/cpu/_reg_localTrans.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_tools.h:19, from reg-lib/cpu/_reg_globalTrans.h:18, from reg-lib/cpu/_reg_localTrans.h:20, from reg-lib/cpu/_reg_localTrans.cpp:13: /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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 reg-lib/cpu/_reg_localTrans_jac.cpp -o reg-lib/cpu/_reg_localTrans_jac.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_tools.h:19, from reg-lib/cpu/_reg_globalTrans.h:18, from reg-lib/cpu/_reg_localTrans.h:20, from reg-lib/cpu/_reg_localTrans_jac.h:16, from reg-lib/cpu/_reg_localTrans_jac.cpp:12: /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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 reg-lib/cpu/_reg_localTrans_regul.cpp -o reg-lib/cpu/_reg_localTrans_regul.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_tools.h:19, from reg-lib/cpu/_reg_splineBasis.h:15, from reg-lib/cpu/_reg_localTrans_regul.h:16, from reg-lib/cpu/_reg_localTrans_regul.cpp:12: /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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 reg-lib/cpu/_reg_maths.cpp -o reg-lib/cpu/_reg_maths.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_maths.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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 reg-lib/cpu/_reg_maths_eigen.cpp -o reg-lib/cpu/_reg_maths_eigen.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_maths_eigen.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; | ^~~~~~~~~~~~~~~~ /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' reg-lib/cpu/_reg_maths_eigen.cpp:52:11: 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' reg-lib/cpu/_reg_maths_eigen.cpp:52: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/SVDBase.h:274:22: required from 'class Eigen::SVDBase, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:488:60: required from 'class Eigen::JacobiSVD, 2>' reg-lib/cpu/_reg_maths_eigen.cpp:64:33: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/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/QR/ColPivHouseholderQR.h:440:19: required from 'class Eigen::ColPivHouseholderQR >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:246:10: required from 'struct Eigen::internal::qr_preconditioner_impl, 2, 0, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:609:110: required from 'class Eigen::JacobiSVD, 2>' reg-lib/cpu/_reg_maths_eigen.cpp:64: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/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' reg-lib/cpu/_reg_maths_eigen.cpp:226:20: 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' reg-lib/cpu/_reg_maths_eigen.cpp:226:20: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:50:34: required from 'class Eigen::ReturnByValue > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:316:34: required from 'class Eigen::MatrixSquareRootReturnValue >' reg-lib/cpu/_reg_maths_eigen.cpp:234:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument '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' reg-lib/cpu/_reg_maths_eigen.cpp:244:20: 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' reg-lib/cpu/_reg_maths_eigen.cpp:244:20: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:50:34: required from 'class Eigen::ReturnByValue > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:396:35: required from 'struct Eigen::MatrixExponentialReturnValue >' reg-lib/cpu/_reg_maths_eigen.cpp:256: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 > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:50:34: required from 'class Eigen::ReturnByValue > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:396:35: required from 'struct Eigen::MatrixExponentialReturnValue >' reg-lib/cpu/_reg_maths_eigen.cpp:273:13: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:50:34: required from 'class Eigen::ReturnByValue > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:309:34: required from 'class Eigen::MatrixLogarithmReturnValue >' reg-lib/cpu/_reg_maths_eigen.cpp:303: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 > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:50:34: required from 'class Eigen::ReturnByValue > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:309:34: required from 'class Eigen::MatrixLogarithmReturnValue >' reg-lib/cpu/_reg_maths_eigen.cpp:320:13: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Inverse.h:68:7: required from 'class Eigen::InverseImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Inverse.h:43:7: required from 'class Eigen::Inverse >' reg-lib/cpu/_reg_maths_eigen.cpp:336: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::Matrix >, 0>': /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/SVD/JacobiSVD.h:679:37: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::Matrix >, 0>': /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/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:691:29: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::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/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:691:29: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: 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/SVD/JacobiSVD.h:697:32: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:697:60: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::Matrix >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 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 >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, const Eigen::Matrix >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:705:61: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -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 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, 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/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:758:35: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:765:62: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:777:65: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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 >, 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/SVD/JacobiSVD.h:228:33: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:175:44: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, -1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:231:121: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/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/misc/RealSvd2x2.h:25:26: required from 'void Eigen::internal::real_2x2_jacobi_svd(const MatrixType&, Index, Index, Eigen::JacobiRotation*, Eigen::JacobiRotation*) [with MatrixType = Eigen::Matrix; RealScalar = double; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:730:42: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 1, -1, false>, 0>': /projects/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/Jacobi/Jacobi.h:297:10: required from 'void Eigen::MatrixBase::applyOnTheLeft(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:733:40: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:20:67: required from 'Derived& Eigen::DenseBase::operator*=(const Scalar&) [with Derived = Eigen::Block, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:758:39: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 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/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:555:41: required from 'Eigen::PartialPivLU::Scalar Eigen::PartialPivLU::determinant() const [with _MatrixType = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:40: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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, 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/Householder/HouseholderSequence.h:297:21: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:303:34: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:59: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:310:26: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:82: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 1, 2, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, 2, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, 2, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 2, 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/Jacobi/Jacobi.h:297:10: required from 'void Eigen::MatrixBase::applyOnTheLeft(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/misc/RealSvd2x2.h:46:19: required from 'void Eigen::internal::real_2x2_jacobi_svd(const MatrixType&, Index, Index, Eigen::JacobiRotation*, Eigen::JacobiRotation*) [with MatrixType = Eigen::Matrix; RealScalar = double; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:730:42: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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/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, 1, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 2, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 1, 2, 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, 2, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:297:10: required from 'void Eigen::MatrixBase::applyOnTheLeft(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/misc/RealSvd2x2.h:46:19: required from 'void Eigen::internal::real_2x2_jacobi_svd(const MatrixType&, Index, Index, Eigen::JacobiRotation*, Eigen::JacobiRotation*) [with MatrixType = Eigen::Matrix; RealScalar = double; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:730:42: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: 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; | ^~~~ 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, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, 1, -1, false>; VectorY = Eigen::Block, 1, -1, false>; OtherScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:299:40: required from 'void Eigen::MatrixBase::applyOnTheLeft(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:733:40: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = 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/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, -1, 1, true>; VectorY = Eigen::Block, -1, 1, true>; OtherScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:315:40: required from 'void Eigen::MatrixBase::applyOnTheRight(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:734:53: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: 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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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] 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: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -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 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -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 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:169:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, 1, false> >, 0>': /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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -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 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.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/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:175:44: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 2>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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 >, 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/TriangularMatrix.h:175:44: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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 >, 1>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, -1, false>, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 5>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/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:846:33: required from 'static Derived& Eigen::internal::setIdentity_impl::run(Derived&) [with Derived = Eigen::Matrix; bool Big = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:875:50: required from 'Derived& Eigen::MatrixBase::setIdentity() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:892:21: required from 'Derived& Eigen::MatrixBase::setIdentity(Eigen::Index, Eigen::Index) [with Derived = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:698:45: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 2, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, 1, 2, false>; VectorY = Eigen::Block, 1, 2, false>; OtherScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:299:40: required from 'void Eigen::MatrixBase::applyOnTheLeft(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/misc/RealSvd2x2.h:46:19: required from 'void Eigen::internal::real_2x2_jacobi_svd(const MatrixType&, Index, Index, Eigen::JacobiRotation*, Eigen::JacobiRotation*) [with MatrixType = Eigen::Matrix; RealScalar = double; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:730:42: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = 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/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, -1, 1, false>, 0>; Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:374:14: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff(IndexType*) const [with int NaNPropagation = 0; IndexType = long int; Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:501:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff(IndexType*) const [with IndexType = long int; Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:777:88: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument '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/Eigenvalues/./HessenbergDecomposition.h:85:128: required from 'class Eigen::HessenbergDecomposition >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:230:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:268:38: required from 'static void Eigen::internal::matrix_sqrt_compute::run(const MatrixType&, ResultType&) [with ResultType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::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, 3>' /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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:361:24: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:362:22: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, 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::CwiseUnaryOp, 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::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:362:25: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/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/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:363:38: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:361:24: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:362:22: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, 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::CwiseUnaryOp, 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::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:362:25: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:363:38: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 3, 3> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 3, 3> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 3, 3> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 3, 3> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 3, 3> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl >, Eigen::Matrix, 3, 3>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 4, 4> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 4, 4> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 4, 4> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 4, 4> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 4, 4> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl >, Eigen::Matrix, 4, 4>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:320:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 1; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:679:71: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/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/TriangularMatrix.h:406:42: required from 'Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::TriangularViewType& Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::setConstant(const Scalar&) [with _MatrixType = Eigen::Matrix; unsigned int _Mode = 10; TriangularViewType = Eigen::TriangularView, 10>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:409:44: required from 'Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::TriangularViewType& Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::setZero() [with _MatrixType = Eigen::Matrix; unsigned int _Mode = 10; TriangularViewType = Eigen::TriangularView, 10>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:298:61: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 1, -1, true>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, -1, false>, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, -1, false>, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:90: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:64:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:73:50: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::Matrix >, Eigen::internal::member_sum, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::internal::member_sum, 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 >, Eigen::internal::member_sum, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:533:46: required from 'void Eigen::PartialPivLU::compute() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:133:14: required from 'Eigen::PartialPivLU& Eigen::PartialPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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::Matrix >, 0>': /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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:243:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::internal::member_sum, 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 >, Eigen::internal::member_sum, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:243:59: required from 'static void Eigen::internal::matrix_exp_computeUV::run(const ArgType&, MatrixType&, MatrixType&, int&) [with ArgType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:360:40: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:257:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:243:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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, 0>, 0>': /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, 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 >, Eigen::internal::member_sum, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:243:59: required from 'static void Eigen::internal::matrix_exp_computeUV::run(const ArgType&, MatrixType&, MatrixType&, int&) [with ArgType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:360:40: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:257:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, false>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:22: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::Matrix >, 0>': /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: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::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/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:271:34: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::compute(const Eigen::EigenBase&, bool) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:113:14: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:50:34: required from 'class Eigen::ReturnByValue > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/./HessenbergDecomposition.h:339:38: required from 'struct Eigen::internal::HessenbergDecompositionMatrixHReturnType >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:279:39: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::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, 3>' /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/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:70:27: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:71:31: required from 'void Eigen::internal::matrix_exp_pade3(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:246:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:71:65: required from 'void Eigen::internal::matrix_exp_pade3(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:246:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:71:43: required from 'void Eigen::internal::matrix_exp_pade3(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:246:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:71:36: required from 'void Eigen::internal::matrix_exp_pade3(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:246:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:89:36: required from 'void Eigen::internal::matrix_exp_pade5(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:248:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:89:48: required from 'void Eigen::internal::matrix_exp_pade5(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:248:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:108:48: required from 'void Eigen::internal::matrix_exp_pade7(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:250:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:109:5: required from 'void Eigen::internal::matrix_exp_pade7(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:250:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:131:60: required from 'void Eigen::internal::matrix_exp_pade9(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:252:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:132:5: required from 'void Eigen::internal::matrix_exp_pade9(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:252:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:71:31: required from 'void Eigen::internal::matrix_exp_pade3(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:246:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:71:65: required from 'void Eigen::internal::matrix_exp_pade3(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:246:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:71:43: required from 'void Eigen::internal::matrix_exp_pade3(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:246:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:71:36: required from 'void Eigen::internal::matrix_exp_pade3(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:246:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:89:36: required from 'void Eigen::internal::matrix_exp_pade5(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:248:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:89:48: required from 'void Eigen::internal::matrix_exp_pade5(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:248:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:108:48: required from 'void Eigen::internal::matrix_exp_pade7(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:250:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:109:5: required from 'void Eigen::internal::matrix_exp_pade7(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:250:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:131:60: required from 'void Eigen::internal::matrix_exp_pade9(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:252:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:132:5: required from 'void Eigen::internal::matrix_exp_pade9(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:252:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, 1, -1, false>, 0>; Derived = Eigen::Block, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:374:14: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff(IndexType*) const [with int NaNPropagation = 0; IndexType = long int; Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:501:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff(IndexType*) const [with IndexType = long int; Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:521:90: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:142:7: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index) const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; CoeffReturnType = const double&; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:79:20: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = 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/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:142:7: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index) const [with Derived = Eigen::Block, -1, 1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:182:19: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::operator()(Eigen::Index) const [with Derived = Eigen::Block, -1, 1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:53: required from 'void Eigen::internal::make_block_householder_triangular_factor(TriangularFactorType&, const VectorsType&, const CoeffsType&) [with TriangularFactorType = Eigen::Matrix; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: required from 'void Eigen::internal::apply_block_householder_on_the_left(MatrixType&, const VectorsType&, const CoeffsType&, bool) [with MatrixType = Eigen::Block, -1, -1, false>; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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] 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<-1, 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<-1, 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<-1, 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<-1, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<-1, 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<-1, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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, 0, Eigen::OuterStride<> >, -1, -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::OuterStride<> >, -1, -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::OuterStride<> >, -1, -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::OuterStride<> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::OuterStride<> > >::match, 0, Eigen::OuterStride<> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:288:101: required by substitution of 'template Eigen::Ref, 0, Eigen::OuterStride<> >::Ref(const Eigen::DenseBase&, typename Eigen::internal::enable_if<(bool)(Eigen::internal::traits, 0, Eigen::OuterStride<> > >::match::MatchAtCompileTime), Derived>::type*) [with Derived = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:463:17: required from 'static Eigen::Index Eigen::internal::partial_lu_impl::blocked_lu(Eigen::Index, Eigen::Index, Scalar*, Eigen::Index, PivIndex*, PivIndex&, Eigen::Index) [with Scalar = double; int StorageOrder = 0; PivIndex = int; int SizeAtCompileTime = -1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:519:17: required from 'void Eigen::internal::partial_lu_inplace(MatrixType&, TranspositionType&, typename TranspositionType::StorageIndex&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; typename TranspositionType::StorageIndex = int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:543:31: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -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::OuterStride<> >, 1, -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::OuterStride<> >, 1, -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::OuterStride<> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:495:30: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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, 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/Householder/HouseholderSequence.h:297:21: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 4, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 4, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 4, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 4, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 4, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 4, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 4, 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, 4, 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, 4, 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, 4, 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, 4, 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, 4, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/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/Eigenvalues/RealSchur.h:339:57: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::computeFromHessenberg(const HessMatrixType&, const OrthMatrixType&, bool) [with HessMatrixType = Eigen::internal::HessenbergDecompositionMatrixHReturnType >; OrthMatrixType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:279:24: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::compute(const Eigen::EigenBase&, bool) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:113:14: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 2, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 2, 2, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, 2, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 2, 2, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/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/Eigenvalues/./HessenbergDecomposition.h:85:128: required from 'class Eigen::HessenbergDecomposition >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:230:41: required from 'class Eigen::RealSchur >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/EigenSolver.h:316:27: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 2, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, 2, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, 2, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, 2, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Product, 2, 2>, Eigen::DiagonalWrapper >, const Eigen::Matrix, 2, 1> > >, 1>, Eigen::Inverse, 2, 2> >, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::Product, 2, 2>, Eigen::DiagonalWrapper >, const Eigen::Matrix, 2, 1> > >, 1>, Eigen::Inverse, 2, 2> >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::Product, 2, 2>, Eigen::DiagonalWrapper >, const Eigen::Matrix, 2, 1> > >, 1>, Eigen::Inverse, 2, 2> >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, const Eigen::Product, 2, 2>, Eigen::DiagonalWrapper >, const Eigen::Matrix, 2, 1> > >, 1>, Eigen::Inverse, 2, 2> >, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp >, const Eigen::Product, 2, 2>, Eigen::DiagonalWrapper >, const Eigen::Matrix, 2, 1> > >, 1>, Eigen::Inverse, 2, 2> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:28:105: required from 'void Eigen::internal::matrix_sqrt_quasi_triangular_2x2_diagonal_block(const MatrixType&, Eigen::Index, ResultType&) [with MatrixType = Eigen::Matrix; ResultType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:130:54: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::Block, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::Block, -1, -1, false>, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::Block, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:111:40: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 2, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 2, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:63:73: required from 'void Eigen::internal::matrix_sqrt_quasi_triangular_2x1_off_diagonal_block(const MatrixType&, Eigen::Index, Eigen::Index, ResultType&) [with MatrixType = Eigen::Matrix; ResultType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:153:60: required from 'void Eigen::internal::matrix_sqrt_quasi_triangular_off_diagonal(const MatrixType&, ResultType&) [with MatrixType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:185:54: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /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::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:63:43: required from 'void Eigen::internal::matrix_sqrt_quasi_triangular_2x1_off_diagonal_block(const MatrixType&, Eigen::Index, Eigen::Index, ResultType&) [with MatrixType = Eigen::Matrix; ResultType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:153:60: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/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/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:65:55: required from 'void Eigen::internal::matrix_sqrt_quasi_triangular_2x1_off_diagonal_block(const MatrixType&, Eigen::Index, Eigen::Index, ResultType&) [with MatrixType = Eigen::Matrix; ResultType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:153:60: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 2, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 2, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 2, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, 2, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 2, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, 2, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, 2, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 2, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 2, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 2, 2, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 2, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, 2, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, 2, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 2, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 2, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, 2, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, 2, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 2, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 2, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, 2, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:52:67: required from 'void Eigen::internal::matrix_sqrt_quasi_triangular_1x2_off_diagonal_block(const MatrixType&, Eigen::Index, Eigen::Index, ResultType&) [with MatrixType = Eigen::Matrix; ResultType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:155:60: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 4, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, 4, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, 4, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 4, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 4, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 4, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 4, 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, 4, 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, 4, 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, 4, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 4, 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, 4, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 4, false>, 1, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 4, false>, 1, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 4, false>, 1, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, 1, 4, false>, 1, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, 4, false>, 1, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, 4, false>, 1, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:38:49: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, -1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ 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:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:697:18: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 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::OuterStride<> >, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:377:43: required from 'static Eigen::Index Eigen::internal::partial_lu_impl::unblocked_lu(MatrixTypeRef&, PivIndex*, PivIndex&) [with Scalar = double; int StorageOrder = 0; PivIndex = int; int SizeAtCompileTime = -1; Eigen::Index = long int; MatrixTypeRef = Eigen::Ref, 0, Eigen::OuterStride<> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:439:26: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:400:114: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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, 4, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 4, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 4, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 4, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 4, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 4, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, 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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, 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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:169:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:53: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, 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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Block, 4, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 4, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 4, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 4, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 4, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:370:68: required from 'typename MatrixType::Scalar Eigen::RealSchur<_MatrixType>::computeNormOfT() [with _MatrixType = Eigen::Matrix; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:309:17: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 4, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 4, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 4, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 4, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 4, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 4, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 3, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 3, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 3, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 3, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 3, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 2, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 2, 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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/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/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:94:41: required from 'void Eigen::internal::matrix_sqrt_quasi_triangular_solve_auxiliary_equation(MatrixType&, const MatrixType&, const MatrixType&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:113:56: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > >, Eigen::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, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:245:85: required from 'void Eigen::internal::matrix_log_compute_big(const MatrixType&, MatrixType&) [with MatrixType = Eigen::Matrix, -1, -1, 0, 3, 3>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:291:27: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303: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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, Eigen::internal::member_sum, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, Eigen::internal::member_sum, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, Eigen::internal::member_sum, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, Eigen::internal::member_sum, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:245:101: required from 'void Eigen::internal::matrix_log_compute_big(const MatrixType&, MatrixType&) [with MatrixType = Eigen::Matrix, -1, -1, 0, 3, 3>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:291:27: required from 'MatrixType Eigen::internal::MatrixLogarithmAtomic::compute(const MatrixType&) [with MatrixType = Eigen::Matrix, -1, -1, 0, 3, 3>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h:247:23: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303: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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > >, Eigen::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, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:245:85: required from 'void Eigen::internal::matrix_log_compute_big(const MatrixType&, MatrixType&) [with MatrixType = Eigen::Matrix, -1, -1, 0, 4, 4>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:291:27: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:320:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, Eigen::internal::member_sum, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, Eigen::internal::member_sum, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, Eigen::internal::member_sum, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, Eigen::internal::member_sum, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:245:101: required from 'void Eigen::internal::matrix_log_compute_big(const MatrixType&, MatrixType&) [with MatrixType = Eigen::Matrix, -1, -1, 0, 4, 4>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:291:27: required from 'MatrixType Eigen::internal::MatrixLogarithmAtomic::compute(const MatrixType&) [with MatrixType = Eigen::Matrix, -1, -1, 0, 4, 4>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h:247:23: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:320:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Matrix; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:511:85: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 16, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 16, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 16, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::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::Block, -1, -1, false>, -1, -1, false>; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Transpose, -1, 1, false> >; Func = generic_product_impl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, Eigen::DenseShape, Eigen::DenseShape, 5>::sub]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:329:41: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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, 4, 1, true>, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 4, 1, true>, -1, 1, false>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 4, 1, true>, -1, 1, false>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 4, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 4, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 4, 1, true>, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 4, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:268:7: required from 'Eigen::MapBase::ScalarWithConstIfNotLvalue& Eigen::MapBase::coeffRef(Eigen::Index) [with Derived = Eigen::Block, 4, 1, true>; ScalarWithConstIfNotLvalue = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/./HessenbergDecomposition.h:306:25: required from 'static void Eigen::HessenbergDecomposition<_MatrixType>::_compute(MatrixType&, CoeffVectorType&, VectorType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/./HessenbergDecomposition.h:161:15: required from 'Eigen::HessenbergDecomposition<_MatrixType>& Eigen::HessenbergDecomposition<_MatrixType>::compute(const Eigen::EigenBase&) [with InputType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:271:17: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::compute(const Eigen::EigenBase&, bool) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:113:14: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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, 4, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 4, 1, true>, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 4, 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, 4, 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, 4, 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, 4, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 4, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 4, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 4, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 4, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 4, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 4, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 4, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 4, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 4, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 4, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 4, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, 4, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/./HessenbergDecomposition.h:314:35: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 4, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 4, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 4, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 4, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 4, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 4, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 4, -1, true>, 4, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 4, -1, true>, 4, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 4, -1, true>, 4, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 4, -1, true>, 4, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 4, -1, true>, 4, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 4, -1, true>, 4, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 4, -1, true>, 4, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 4, -1, true>, 4, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 4, -1, true>, 4, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 4, -1, true>, 4, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 4, -1, true>, 4, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 4, -1, true>, 4, 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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:169:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, 4, 1, true>, -1>; Derived = Eigen::Block, 4, -1, true>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/./HessenbergDecomposition.h:318:36: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/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:700:10: required from 'Derived& Eigen::DenseBase::setOnes() [with Derived = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:297:31: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:20:67: required from 'Derived& Eigen::DenseBase::operator*=(const Scalar&) [with Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:161:11: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/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::Block, 4, 1, true>, -1, 1, false>; 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::Block, 4, 1, true>, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:310:46: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:175:44: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:99:96: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2>, Eigen::Matrix, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:101:66: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1>, Eigen::Matrix, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:102:66: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 5>, Eigen::Matrix, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:103:22: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 4, -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, 4, -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, 4, -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, 4, -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, 4, -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, 4, -1, true>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 4, 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, 4, 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, 4, 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, 4, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 4, 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, 4, false>, -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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 2, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 2, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /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::Block, 2, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 2, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Block, 2, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 2, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 2, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 2, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 2, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:22: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::Matrix; Derived = Eigen::Matrix; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:516:22: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 2, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 2, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 2, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: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/Householder/Householder.h:129:38: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, -1, false>, 2, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, -1, false>, 2, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, -1, false>, 2, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, -1, false>, 2, -1, false>, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, -1, false>, 2, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, -1, false>, 2, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Matrix; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:526:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 2, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 2, false>, 1>' /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, 2, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 2, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /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::Block, 1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Block, 1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:22: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::Matrix; Derived = Eigen::Matrix; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:536:20: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: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/Householder/Householder.h:129:38: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, -1, false>, 1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, -1, false>, 1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, -1, false>, 1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, -1, false>, 1, -1, false>, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, -1, false>, 1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Matrix; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:541:69: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303: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>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 4, 4> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 4, 4>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:320:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {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::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/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::Map, 0, Eigen::Stride<0, 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::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:16: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, 1, false> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 4, 1, true>, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 4, 1, true>, -1, 1, false>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 4, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 4, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 4, 1, true>, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 4, 1, true>, -1, 1, false>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:22: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 4, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, 4, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:20:67: required from 'Derived& Eigen::DenseBase::operator*=(const Scalar&) [with Derived = Eigen::Block, 4, -1, true>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:161:11: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, 4, 1, true>, -1>; Derived = Eigen::Block, 4, -1, true>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/./HessenbergDecomposition.h:318:36: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:90: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:57: required from 'void Eigen::internal::make_block_householder_triangular_factor(TriangularFactorType&, const VectorsType&, const CoeffsType&) [with TriangularFactorType = Eigen::Matrix; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:64:57: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 4, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 4, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 4, 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, const Eigen::Block, 4, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, 4, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 4, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 4, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 4, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, 4, -1, true>, 1, -1, false>; VectorY = Eigen::Block, 4, -1, true>, 1, -1, false>; OtherScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:299:40: required from 'void Eigen::MatrixBase::applyOnTheLeft(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Block, 4, -1, true>; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:417:47: required from 'void Eigen::RealSchur<_MatrixType>::splitOffTwoRows(Index, bool, const Scalar&) [with _MatrixType = Eigen::Matrix; Index = long int; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:332:9: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::computeFromHessenberg(const HessMatrixType&, const OrthMatrixType&, bool) [with HessMatrixType = Eigen::internal::HessenbergDecompositionMatrixHReturnType >; OrthMatrixType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:279:24: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 4, -1, true>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, 4, -1, true>, 1, -1, false>; VectorY = Eigen::Block, 4, -1, true>, 1, -1, false>; OtherScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:299:40: required from 'void Eigen::MatrixBase::applyOnTheLeft(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Block, 4, -1, true>; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:417:47: required from 'void Eigen::RealSchur<_MatrixType>::splitOffTwoRows(Index, bool, const Scalar&) [with _MatrixType = Eigen::Matrix; Index = long int; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:332:9: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::computeFromHessenberg(const HessMatrixType&, const OrthMatrixType&, bool) [with HessMatrixType = Eigen::internal::HessenbergDecompositionMatrixHReturnType >; OrthMatrixType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:279:24: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::compute(const Eigen::EigenBase&, bool) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:113:14: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 4, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, -1, 4, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, -1, 4, false>, -1, 1, true>; VectorY = Eigen::Block, -1, 4, false>, -1, 1, true>; OtherScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:315:40: required from 'void Eigen::MatrixBase::applyOnTheRight(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Block, -1, 4, false>; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:418:41: required from 'void Eigen::RealSchur<_MatrixType>::splitOffTwoRows(Index, bool, const Scalar&) [with _MatrixType = Eigen::Matrix; Index = long int; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:332:9: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::computeFromHessenberg(const HessMatrixType&, const OrthMatrixType&, bool) [with HessMatrixType = Eigen::internal::HessenbergDecompositionMatrixHReturnType >; OrthMatrixType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:279:24: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 4, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, -1, 4, false>, -1, 1, true>; VectorY = Eigen::Block, -1, 4, false>, -1, 1, true>; OtherScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:315:40: required from 'void Eigen::MatrixBase::applyOnTheRight(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Block, -1, 4, false>; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:418:41: required from 'void Eigen::RealSchur<_MatrixType>::splitOffTwoRows(Index, bool, const Scalar&) [with _MatrixType = Eigen::Matrix; Index = long int; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:332:9: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::computeFromHessenberg(const HessMatrixType&, const OrthMatrixType&, bool) [with HessMatrixType = Eigen::internal::HessenbergDecompositionMatrixHReturnType >; OrthMatrixType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:279:24: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::compute(const Eigen::EigenBase&, bool) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:113:14: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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, 2, 1, false> >, 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, 2, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 2, 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, 2, 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, 2, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, 2, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, 1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /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/Eigenvalues/RealSchur.h:258:43: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::compute(const Eigen::EigenBase&, bool) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/EigenSolver.h:389:22: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::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/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:271:34: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::compute(const Eigen::EigenBase&, bool) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/EigenSolver.h:389:22: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:50:34: required from 'class Eigen::ReturnByValue > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/./HessenbergDecomposition.h:339:38: required from 'struct Eigen::internal::HessenbergDecompositionMatrixHReturnType >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:279:39: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 2, 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, 2, 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, 2, 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, 2, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 2, 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, 2, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Block, 1, 2, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, 2, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, 2, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, 2, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, 2, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/EigenSolver.h:468:100: required from 'void Eigen::EigenSolver<_MatrixType>::doComputeEigenvectors() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/EigenSolver.h:447:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, 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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, -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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, -1, true>, Eigen::Block, 2, 1, true>, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, -1, true>, Eigen::Block, 2, 1, true>, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, -1, true>, Eigen::Block, 2, 1, true>, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2, -1, true>, Eigen::Block, 2, 1, true>, -1, 1, false>, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2, -1, true>, Eigen::Block, 2, 1, true>, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2, -1, true>, Eigen::Block, 2, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/EigenSolver.h:615:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Block, 2, 2>, 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::Block, 2, 2>, 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::Block, 2, 2>, 2, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, const Eigen::Block, 2, 2>, 2, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp >, const Eigen::Block, 2, 2>, 2, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, 2, 2>, 2, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:147:18: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 1, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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<-1, 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<-1, 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<-1, 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<-1, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<-1, 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<-1, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::OuterStride<> >, -1, -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::OuterStride<> >, -1, -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::OuterStride<> >, -1, -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::OuterStride<> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, -1, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::OuterStride<> > >::match, 0, Eigen::OuterStride<> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:288:101: required by substitution of 'template Eigen::Ref, 0, Eigen::OuterStride<> >::Ref(const Eigen::DenseBase&, typename Eigen::internal::enable_if<(bool)(Eigen::internal::traits, 0, Eigen::OuterStride<> > >::match::MatchAtCompileTime), Derived>::type*) [with Derived = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:463:17: required from 'static Eigen::Index Eigen::internal::partial_lu_impl::blocked_lu(Eigen::Index, Eigen::Index, Scalar*, Eigen::Index, PivIndex*, PivIndex&, Eigen::Index) [with Scalar = double; int StorageOrder = 0; PivIndex = int; int SizeAtCompileTime = 3; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:519:17: required from 'void Eigen::internal::partial_lu_inplace(MatrixType&, TranspositionType&, typename TranspositionType::StorageIndex&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<3, 3, int>; typename TranspositionType::StorageIndex = int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:543:31: required from 'void Eigen::PartialPivLU::compute() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:133:14: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 1, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<-1, 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<-1, 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<-1, 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<-1, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<-1, 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<-1, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, -1, 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::OuterStride<> >, -1, -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::OuterStride<> >, -1, -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::OuterStride<> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, -1, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::OuterStride<> > >::match, 0, Eigen::OuterStride<> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:288:101: required by substitution of 'template Eigen::Ref, 0, Eigen::OuterStride<> >::Ref(const Eigen::DenseBase&, typename Eigen::internal::enable_if<(bool)(Eigen::internal::traits, 0, Eigen::OuterStride<> > >::match::MatchAtCompileTime), Derived>::type*) [with Derived = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:463:17: required from 'static Eigen::Index Eigen::internal::partial_lu_impl::blocked_lu(Eigen::Index, Eigen::Index, Scalar*, Eigen::Index, PivIndex*, PivIndex&, Eigen::Index) [with Scalar = double; int StorageOrder = 0; PivIndex = int; int SizeAtCompileTime = 4; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:519:17: required from 'void Eigen::internal::partial_lu_inplace(MatrixType&, TranspositionType&, typename TranspositionType::StorageIndex&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<4, 4, int>; typename TranspositionType::StorageIndex = int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:543:31: required from 'void Eigen::PartialPivLU::compute() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:133:14: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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, 2, 2> >, 0>': /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, 2> > >' /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, 2> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, const Eigen::Matrix, 2, 2>, Eigen::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, 2, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/ComplexSchur.h:293:32: required from 'Eigen::ComplexSchur<_MatrixType>::ComplexScalar Eigen::ComplexSchur<_MatrixType>::computeShift(Index, Index) [with _MatrixType = Eigen::Matrix, 3, 3>; ComplexScalar = std::complex; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/ComplexSchur.h:434:27: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, false> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ 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:87:38: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; Dest = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; 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::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: 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:91:42: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; Dest = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; 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::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: 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:95:45: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; Dest = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; 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::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: 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, 2, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:296:40: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; Dest = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, -1, false>, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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] 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/TriangularMatrixMatrix.h:92:29: required from 'struct Eigen::internal::product_triangular_matrix_matrix' /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::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, -1, false>; Lhs = Eigen::TriangularView, -1, -1, false>, 5>; Rhs = Eigen::Matrix; 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::Block, -1, -1, false>; Lhs = Eigen::TriangularView, -1, -1, false>, 5>; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 5>, Eigen::Matrix, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:357:18: required from 'static void Eigen::internal::generic_product_impl_base::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Block, -1, -1, false>; Lhs = Eigen::TriangularView, -1, -1, false>, 5>; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 5>, Eigen::Matrix, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:178:42: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, -1, false>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, 0>; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:374:14: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument '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 '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/TriangularSolverMatrix.h:78:95: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 5; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; int Side = 1; int Mode = 5]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Ref, 0, Eigen::OuterStride<> >; _MatrixType = Eigen::Ref, 0, Eigen::OuterStride<> >; unsigned int _Mode = 5]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Ref, 0, Eigen::OuterStride<> >; _MatrixType = Eigen::Ref, 0, Eigen::OuterStride<> >; unsigned int _Mode = 5]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:493:62: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: 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/TriangularSolverMatrix.h:78:95: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 5; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; int Side = 1; int Mode = 5]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Ref, 0, Eigen::OuterStride<> >; _MatrixType = Eigen::Ref, 0, Eigen::OuterStride<> >; unsigned int _Mode = 5]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Ref, 0, Eigen::OuterStride<> >; _MatrixType = Eigen::Ref, 0, Eigen::OuterStride<> >; unsigned int _Mode = 5]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:493:62: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/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/Householder/Householder.h:86:22: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/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/Householder/Householder.h:86:22: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: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/Householder/HouseholderSequence.h:297:21: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:20:67: required from 'Derived& Eigen::DenseBase::operator*=(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:281:10: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::compute(const Eigen::EigenBase&, bool) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/EigenSolver.h:389:22: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:41:67: required from 'Derived& Eigen::DenseBase::operator/=(const Scalar&) [with Derived = Eigen::Block, 2, 1, true>, -1, 1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/EigenSolver.h:525:40: required from 'void Eigen::EigenSolver<_MatrixType>::doComputeEigenvectors() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/EigenSolver.h:447:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:41:67: required from 'Derived& Eigen::DenseBase::operator/=(const Scalar&) [with Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/EigenSolver.h:598:45: required from 'void Eigen::EigenSolver<_MatrixType>::doComputeEigenvectors() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/EigenSolver.h:447:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::internal::member_sum, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::internal::member_sum, 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 >, Eigen::internal::member_sum, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:495:44: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:470:10: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Block, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:520:35: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:122:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 1, true>, -1, 1, false>, Eigen::Block, 1, 2, false>, 1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 1, true>, -1, 1, false>, Eigen::Block, 1, 2, false>, 1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 1, true>, -1, 1, false>, Eigen::Block, 1, 2, false>, 1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2, 1, true>, -1, 1, false>, Eigen::Block, 1, 2, false>, 1, -1, false>, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2, 1, true>, -1, 1, false>, Eigen::Block, 1, 2, false>, 1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2, 1, true>, -1, 1, false>, Eigen::Block, 1, 2, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:561:85: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 3, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 3, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 3, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::OuterStride<> >, 3, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::Block, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:377:43: required from 'static Eigen::Index Eigen::internal::partial_lu_impl::unblocked_lu(MatrixTypeRef&, PivIndex*, PivIndex&) [with Scalar = double; int StorageOrder = 0; PivIndex = int; int SizeAtCompileTime = 3; Eigen::Index = long int; MatrixTypeRef = Eigen::Ref, 0, Eigen::OuterStride<> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:439:26: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::OuterStride<> >, 1, 3, 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::OuterStride<> >, 1, 3, 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::OuterStride<> >, 1, 3, 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::OuterStride<> >, 1, 3, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, 3, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, 3, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::OuterStride<> >, 1, 3, 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, 0, Eigen::OuterStride<> >, 1, 3, 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, 0, Eigen::OuterStride<> >, 1, 3, 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, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, 3, 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, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:400:114: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 2, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:234:28: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::OuterStride<> >, 4, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 4, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 4, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 4, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 4, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 4, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:377:43: required from 'static Eigen::Index Eigen::internal::partial_lu_impl::unblocked_lu(MatrixTypeRef&, PivIndex*, PivIndex&) [with Scalar = double; int StorageOrder = 0; PivIndex = int; int SizeAtCompileTime = 4; Eigen::Index = long int; MatrixTypeRef = Eigen::Ref, 0, Eigen::OuterStride<> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:439:26: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, 4, 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::OuterStride<> >, 1, 4, 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::OuterStride<> >, 1, 4, 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::OuterStride<> >, 1, 4, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, 4, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, 4, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, 4, 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, 0, Eigen::OuterStride<> >, 1, 4, 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, 0, Eigen::OuterStride<> >, 1, 4, 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, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, 4, 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, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:400:114: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 2, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:234:28: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, 1, false> >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false> >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 1, -1, true>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, -1, false>, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:32: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:48: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, 1, -1, true>, 1, -1, false>; int Mode = 5; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >; Rhs = const Eigen::Block, -1, -1, false>, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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/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 = 5; int LhsStorageOrder = 0; 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::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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] 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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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/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 = 5; int LhsStorageOrder = 0; 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::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: 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, const Eigen::Matrix >, -1, 1, true>, 0>': /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, 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 >, -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::Matrix >, -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::Matrix >, -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::Matrix >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>; SrcXprType = Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>; SrcXprType = Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>; Src = Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>; Src = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>; Func = swap_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>; Derived = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:483:24: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::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/TriangularSolverMatrix.h:155:19: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 5; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; int Side = 1; int Mode = 5]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Ref, 0, Eigen::OuterStride<> >; _MatrixType = Eigen::Ref, 0, Eigen::OuterStride<> >; unsigned int _Mode = 5]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Ref, 0, Eigen::OuterStride<> >; _MatrixType = Eigen::Ref, 0, Eigen::OuterStride<> >; unsigned int _Mode = 5]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:493:62: required from 'static Eigen::Index Eigen::internal::partial_lu_impl::blocked_lu(Eigen::Index, Eigen::Index, Scalar*, Eigen::Index, PivIndex*, PivIndex&, Eigen::Index) [with Scalar = double; int StorageOrder = 0; PivIndex = int; int SizeAtCompileTime = -1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:519:17: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: 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/TriangularSolverMatrix.h:162:21: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 5; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; int Side = 1; int Mode = 5]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Ref, 0, Eigen::OuterStride<> >; _MatrixType = Eigen::Ref, 0, Eigen::OuterStride<> >; unsigned int _Mode = 5]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Ref, 0, Eigen::OuterStride<> >; _MatrixType = Eigen::Ref, 0, Eigen::OuterStride<> >; unsigned int _Mode = 5]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:493:62: required from 'static Eigen::Index Eigen::internal::partial_lu_impl::blocked_lu(Eigen::Index, Eigen::Index, Scalar*, Eigen::Index, PivIndex*, PivIndex&, Eigen::Index) [with Scalar = double; int StorageOrder = 0; PivIndex = int; int SizeAtCompileTime = -1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:519:17: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: 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/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/TriangularSolverMatrix.h:164:24: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 5; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; int Side = 1; int Mode = 5]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Ref, 0, Eigen::OuterStride<> >; _MatrixType = Eigen::Ref, 0, Eigen::OuterStride<> >; unsigned int _Mode = 5]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Ref, 0, Eigen::OuterStride<> >; _MatrixType = Eigen::Ref, 0, Eigen::OuterStride<> >; unsigned int _Mode = 5]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:493:62: required from 'static Eigen::Index Eigen::internal::partial_lu_impl::blocked_lu(Eigen::Index, Eigen::Index, Scalar*, Eigen::Index, PivIndex*, PivIndex&, Eigen::Index) [with Scalar = double; int StorageOrder = 0; PivIndex = int; int SizeAtCompileTime = -1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:519:17: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: 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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, 0, Eigen::OuterStride<> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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::Ref, 0, Eigen::OuterStride<> >; Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:464:20: required from 'static void Eigen::internal::generic_product_impl::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Ref, 0, Eigen::OuterStride<> >; Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:178:42: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 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::Ref, 0, Eigen::OuterStride<> >; Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:464:20: required from 'static void Eigen::internal::generic_product_impl::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Ref, 0, Eigen::OuterStride<> >; Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:178:42: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:142:7: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index) const [with Derived = Eigen::Block, -1, 1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:182:19: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::operator()(Eigen::Index) const [with Derived = Eigen::Block, -1, 1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:53: required from 'void Eigen::internal::make_block_householder_triangular_factor(TriangularFactorType&, const VectorsType&, const CoeffsType&) [with TriangularFactorType = Eigen::Matrix; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: required from 'void Eigen::internal::apply_block_householder_on_the_left(MatrixType&, const VectorsType&, const CoeffsType&, bool) [with MatrixType = Eigen::Block, -1, -1, false>; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:320:29: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 4, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, 4, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, 4, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 4, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 4, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:370:74: required from 'typename MatrixType::Scalar Eigen::RealSchur<_MatrixType>::computeNormOfT() [with _MatrixType = Eigen::Matrix; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:309:17: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::computeFromHessenberg(const HessMatrixType&, const OrthMatrixType&, bool) [with HessMatrixType = Eigen::internal::HessenbergDecompositionMatrixHReturnType >; OrthMatrixType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:279:24: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 2, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 2, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 2, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, 2, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 2, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 1, 1, false> >; 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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, 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 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, 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 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:169:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:53: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.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 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, 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 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Block, 2, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 2, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 2, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 2, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 2, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:370:68: required from 'typename MatrixType::Scalar Eigen::RealSchur<_MatrixType>::computeNormOfT() [with _MatrixType = Eigen::Matrix; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:309:17: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 2, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 2, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 2, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 2, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 3, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 3, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 3, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 3, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 3, 1, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, 1, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 2, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, 2, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 1, 2, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 1, 2, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, 1, 2, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 1, 2, false>, 1, -1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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, 2, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 2, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 2, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 2, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, 2, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, 2, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, 2, false>, 1, -1, false> >, const Eigen::Block, 2, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, 2, false>, 1, -1, false> >, const Eigen::Block, 2, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, 2, false>, 1, -1, false> >, const Eigen::Block, 2, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, 2, false>, 1, -1, false> >, const Eigen::Block, 2, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 2, false>, 1, -1, false> >, const Eigen::Block, 2, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, 2, false>, 1, -1, false>; U = Eigen::Block, 2, 1, true>, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Block, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:520:35: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:122:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 4, 1, true>, -1, 1, false>, Eigen::Block, 1, 4, false>, 1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 4, 1, true>, -1, 1, false>, Eigen::Block, 1, 4, false>, 1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 4, 1, true>, -1, 1, false>, Eigen::Block, 1, 4, false>, 1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 4, 1, true>, -1, 1, false>, Eigen::Block, 1, 4, false>, 1, -1, false>, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 4, 1, true>, -1, 1, false>, Eigen::Block, 1, 4, false>, 1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 4, 1, true>, -1, 1, false>, Eigen::Block, 1, 4, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:561:85: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, 2, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Block, 2, 2, false>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Block, 2, 2, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Block, 2, 2, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Block, 2, 2, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, 2, 2, false>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:64:5: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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, 4, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 4, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 4, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 4, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, 4, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, 4, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:39: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, 4, false>, 1, -1, false> >, const Eigen::Block, 4, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, 4, false>, 1, -1, false> >, const Eigen::Block, 4, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, 4, false>, 1, -1, false> >, const Eigen::Block, 4, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, 4, false>, 1, -1, false> >, const Eigen::Block, 4, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 4, false>, 1, -1, false> >, const Eigen::Block, 4, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Block, 1, 4, false>, 1, -1, false>; Rhs = Eigen::Block, 4, 1, true>, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:41:67: required from 'Derived& Eigen::DenseBase::operator/=(const Scalar&) [with Derived = Eigen::Block, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:390:43: required from 'static Eigen::Index Eigen::internal::partial_lu_impl::unblocked_lu(MatrixTypeRef&, PivIndex*, PivIndex&) [with Scalar = double; int StorageOrder = 0; PivIndex = int; int SizeAtCompileTime = 3; Eigen::Index = long int; MatrixTypeRef = Eigen::Ref, 0, Eigen::OuterStride<> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:439:26: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, -1, 1, false> >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, false> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, false> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:341:54: required from 'static void Eigen::internal::trmv_selector::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, -1, -1, false>, -1, -1, false> >; Rhs = Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >; Dest = Eigen::Transpose, 1, -1, true>, 1, -1, false> >; int Mode = 6; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:18: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false> >, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false> >, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::Matrix >, 0>': /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::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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/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/TriangularMatrixMatrix.h:175:15: 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 = 5; int LhsStorageOrder = 0; 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::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, -1, false>; Lhs = Eigen::TriangularView, -1, -1, false>, 5>; Rhs = Eigen::Matrix; 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::Block, -1, -1, false>; Lhs = Eigen::TriangularView, -1, -1, false>, 5>; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 5>, Eigen::Matrix, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:357:18: required from 'static void Eigen::internal::generic_product_impl_base::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Block, -1, -1, false>; Lhs = Eigen::TriangularView, -1, -1, false>, 5>; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 5>, Eigen::Matrix, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:178:42: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: 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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:274:18: required from 'void Eigen::internal::outer_product_selector_run(Dst&, const Lhs&, const Rhs&, const Func&, const false_type&) [with Dst = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; Lhs = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>; Func = generic_product_impl, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, Eigen::DenseShape, Eigen::DenseShape, 5>::sub]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:329:41: required from 'static void Eigen::internal::generic_product_impl::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; Lhs = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:178:42: required from 'static void Eigen::internal::Assignment, Eigen::internal::sub_assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::sub_assign_op&) [with DstXprType = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; Lhs = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; Src = Eigen::Product, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:59:31: required from 'ExpressionType& Eigen::NoAlias::operator-=(const StorageBase&) [with OtherDerived = Eigen::Product, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0>; ExpressionType = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:400:77: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; Lhs = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>; Func = generic_product_impl, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, Eigen::DenseShape, Eigen::DenseShape, 5>::sub]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:329:41: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 4, 1, true>, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 4, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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, 4, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 4, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 4, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 4, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 4, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 4, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 4, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 4, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 4, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 4, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 4, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 4, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 1, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/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::CwiseNullaryOp, Eigen::Matrix >; Functor = mul_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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::CwiseNullaryOp, Eigen::Matrix >; Functor = Eigen::internal::mul_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.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::CwiseNullaryOp, Eigen::Matrix >; Func = mul_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::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::CwiseNullaryOp, Eigen::Matrix >; Func = mul_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:20:28: required from 'Derived& Eigen::DenseBase::operator*=(const Scalar&) [with Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:161:11: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, -1, 1, true>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:168:9: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, 1, -1, false>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:9: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, -1, false>, 2, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, -1, false>, 2, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, -1, false>, 2, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, -1, false>, 2, -1, false>, 1, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, -1, false>, 2, -1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, -1, false>, 2, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 1, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, -1, false>, 1, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, -1, false>, 1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, -1, false>, 1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, -1, false>, 1, -1, false>, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, -1, false>, 1, -1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, 2, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Block, 2, 2, false>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Block, 2, 2, false>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Block, 2, 2, false>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 2, 2, false>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 2, 2, false>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, 1, true>, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, 1, true>, -1, 1, false>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, 1, true>, -1, 1, false>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, 1, true>, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:268:7: required from 'Eigen::MapBase::ScalarWithConstIfNotLvalue& Eigen::MapBase::coeffRef(Eigen::Index) [with Derived = Eigen::Block, 2, 1, true>; ScalarWithConstIfNotLvalue = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/./HessenbergDecomposition.h:306:25: required from 'static void Eigen::HessenbergDecomposition<_MatrixType>::_compute(MatrixType&, CoeffVectorType&, VectorType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/./HessenbergDecomposition.h:161:15: required from 'Eigen::HessenbergDecomposition<_MatrixType>& Eigen::HessenbergDecomposition<_MatrixType>::compute(const Eigen::EigenBase&) [with InputType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:271:17: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::compute(const Eigen::EigenBase&, bool) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/EigenSolver.h:389:22: required from 'Eigen::EigenSolver& Eigen::EigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, bool) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/EigenSolver.h:156:14: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 2, 1, true>, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 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, 2, 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, 2, 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, 2, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 2, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 2, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 2, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 2, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 2, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, 2, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/./HessenbergDecomposition.h:314:35: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 2, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 2, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 2, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 2, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 2, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 2, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, -1, true>, 2, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, -1, true>, 2, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, -1, true>, 2, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, -1, true>, 2, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, -1, true>, 2, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, -1, true>, 2, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, -1, true>, 2, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, -1, true>, 2, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, -1, true>, 2, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, -1, true>, 2, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, -1, true>, 2, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, -1, true>, 2, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:169:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, 2, 1, true>, -1>; Derived = Eigen::Block, 2, -1, true>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/./HessenbergDecomposition.h:318:36: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:175:44: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:99:96: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2>, Eigen::Matrix, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:101:66: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1>, Eigen::Matrix, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:102:66: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 5>, Eigen::Matrix, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:103:22: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, -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, 2, -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, 2, -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, 2, -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, 2, -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, 2, -1, true>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 2, 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, 2, 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, 2, 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, 2, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 2, 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, 2, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 2, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 2, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 2, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, -1, false>, 2, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, -1, false>, 2, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, -1, false>, 2, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, -1, false>, 2, -1, false>, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, -1, false>, 2, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, -1, false>, 2, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 2, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 2, false>, 1>' /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, 2, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 2, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, -1, false>, 1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, -1, false>, 1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, -1, false>, 1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, -1, false>, 1, -1, false>, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, -1, false>, 1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, 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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Block, 2, 1, false>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Block, 2, 1, false>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Block, 2, 1, false>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 2, 1, false>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 2, 1, false>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 2, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:769:22: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 2, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 2, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 2, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 2, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 2, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 2, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 2, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 2, false>, Eigen::Block, -1, 1, false>, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 2, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 2, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:776:59: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 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, 2, 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, 2, 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, 2, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 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, 2, 1, false>, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false>, 0>': /projects/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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 2, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Block, 1, 2, false>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Block, 1, 2, false>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Block, 1, 2, false>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 1, 2, false>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 1, 2, false>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 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 >, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 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 >, 2, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 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 >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:769:22: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 2, 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, 2, 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, 2, 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, 2, false> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 2, 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, 2, false> >, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Block, 3, 3>, 3, 1, true>, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::Block, 3, 3>, 3, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::Block, 3, 3>, 3, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, const Eigen::Block, 3, 3>, 3, 1, true>, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp >, const Eigen::Block, 3, 3>, 3, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, 3, 3>, 3, 1, true>, -1, 1, false>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303: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::Block, 4, 4>, 4, 1, true>, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::Block, 4, 4>, 4, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::Block, 4, 4>, 4, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, const Eigen::Block, 4, 4>, 4, 1, true>, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp >, const Eigen::Block, 4, 4>, 4, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, 4, 4>, 4, 1, true>, -1, 1, false>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:320:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false> >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::OuterStride<> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:115:18: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:119:18: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 0, Eigen::InnerStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::InnerStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::InnerStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::InnerStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 0, Eigen::OuterStride<> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:137:106: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:137:77: required from 'static void Eigen::internal::triangular_matrix_vector_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, const ResScalar&) [with Index = long int; int Mode = 6; LhsScalar = double; bool ConjLhs = false; RhsScalar = double; bool ConjRhs = false; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:332:12: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 0, Eigen::OuterStride<> >, 1, -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::OuterStride<> >, 1, -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::OuterStride<> >, 1, -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::OuterStride<> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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, 0, Eigen::OuterStride<> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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, 0, Eigen::OuterStride<> >, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 4, -1, true>, 4, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, 4, -1, true>, 4, 1, true>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, 4, -1, true>, 4, 1, true>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, 4, -1, true>, 4, 1, true>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, 4, -1, true>, 4, 1, true>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, 4, -1, true>, 4, 1, true>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:168:9: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Block, 2, 1, false>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Block, 2, 1, false>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Block, 2, 1, false>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 2, 1, false>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 2, 1, false>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, 1, true>, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 2, 1, true>, -1, 1, false>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, 1, true>, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 2, 1, true>, -1, 1, false>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:22: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 2, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, 2, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:20:67: required from 'Derived& Eigen::DenseBase::operator*=(const Scalar&) [with Derived = Eigen::Block, 2, -1, true>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:161:11: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, 2, 1, true>, -1>; Derived = Eigen::Block, 2, -1, true>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/./HessenbergDecomposition.h:318:36: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:90: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:57: required from 'void Eigen::internal::make_block_householder_triangular_factor(TriangularFactorType&, const VectorsType&, const CoeffsType&) [with TriangularFactorType = Eigen::Matrix; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:64:57: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 2, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 2, 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, const Eigen::Block, 2, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, 2, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 2, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 2, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, 2, -1, true>, 1, -1, false>; VectorY = Eigen::Block, 2, -1, true>, 1, -1, false>; OtherScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:299:40: required from 'void Eigen::MatrixBase::applyOnTheLeft(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Block, 2, -1, true>; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:417:47: required from 'void Eigen::RealSchur<_MatrixType>::splitOffTwoRows(Index, bool, const Scalar&) [with _MatrixType = Eigen::Matrix; Index = long int; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:332:9: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::computeFromHessenberg(const HessMatrixType&, const OrthMatrixType&, bool) [with HessMatrixType = Eigen::internal::HessenbergDecompositionMatrixHReturnType >; OrthMatrixType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:279:24: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, -1, true>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, 2, -1, true>, 1, -1, false>; VectorY = Eigen::Block, 2, -1, true>, 1, -1, false>; OtherScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:299:40: required from 'void Eigen::MatrixBase::applyOnTheLeft(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Block, 2, -1, true>; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:417:47: required from 'void Eigen::RealSchur<_MatrixType>::splitOffTwoRows(Index, bool, const Scalar&) [with _MatrixType = Eigen::Matrix; Index = long int; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:332:9: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::computeFromHessenberg(const HessMatrixType&, const OrthMatrixType&, bool) [with HessMatrixType = Eigen::internal::HessenbergDecompositionMatrixHReturnType >; OrthMatrixType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:279:24: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::compute(const Eigen::EigenBase&, bool) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/EigenSolver.h:389:22: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 2, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, -1, 2, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, -1, 2, false>, -1, 1, true>; VectorY = Eigen::Block, -1, 2, false>, -1, 1, true>; OtherScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:315:40: required from 'void Eigen::MatrixBase::applyOnTheRight(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Block, -1, 2, false>; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:418:41: required from 'void Eigen::RealSchur<_MatrixType>::splitOffTwoRows(Index, bool, const Scalar&) [with _MatrixType = Eigen::Matrix; Index = long int; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:332:9: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::computeFromHessenberg(const HessMatrixType&, const OrthMatrixType&, bool) [with HessMatrixType = Eigen::internal::HessenbergDecompositionMatrixHReturnType >; OrthMatrixType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:279:24: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 2, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, -1, 2, false>, -1, 1, true>; VectorY = Eigen::Block, -1, 2, false>, -1, 1, true>; OtherScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:315:40: required from 'void Eigen::MatrixBase::applyOnTheRight(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Block, -1, 2, false>; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:418:41: required from 'void Eigen::RealSchur<_MatrixType>::splitOffTwoRows(Index, bool, const Scalar&) [with _MatrixType = Eigen::Matrix; Index = long int; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:332:9: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::computeFromHessenberg(const HessMatrixType&, const OrthMatrixType&, bool) [with HessMatrixType = Eigen::internal::HessenbergDecompositionMatrixHReturnType >; OrthMatrixType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:279:24: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::compute(const Eigen::EigenBase&, bool) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/EigenSolver.h:389:22: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, -1, true>, Eigen::Block, 2, 1, true>, -1, 1, false>, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, -1, true>, Eigen::Block, 2, 1, true>, -1, 1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, -1, true>, Eigen::Block, 2, 1, true>, -1, 1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2, -1, true>, Eigen::Block, 2, 1, true>, -1, 1, false>, 1, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2, -1, true>, Eigen::Block, 2, 1, true>, -1, 1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2, -1, true>, Eigen::Block, 2, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 2, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator >, const Eigen::Block, 2, 1, true> >, Eigen::internal::IndexBased, std::complex >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, const Eigen::Block, 2, 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, 2, 2>, 2, 1, true>; SrcXprType = Eigen::CwiseUnaryOp >, const Eigen::Block, 2, 1, true> >; Functor = assign_op, std::complex >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 2, 2>, 2, 1, true>; SrcXprType = Eigen::CwiseUnaryOp >, const Eigen::Block, 2, 1, true> >; Functor = Eigen::internal::assign_op, std::complex >; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, -1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, const Eigen::Block, -1, -1, false> >, 0>; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, -1, false> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:348:14: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 4, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 1, 4, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, 4, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, 4, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, 4, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, 4, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 4, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, 4, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, 4, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, 4, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, 4, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, 4, false>, 1, -1, false> >, const Eigen::Block, 4, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 1, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 3, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 3, 1, 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 >, 3, 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 >, 3, 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 >, 3, 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 >, 3, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 3, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 3, 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, const Eigen::Block, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 3, 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, const Eigen::Block, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, const Eigen::Block, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false> >, 0>; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:374:14: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 4, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 4, 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, const Eigen::Block, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 4, 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, const Eigen::Block, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, const Eigen::Block, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false> >, 0>; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:374:14: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:305:153: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument '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 = 6; 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 = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: 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, -1, false> >, 6>; Rhs = Eigen::Block, -1, -1, false>; 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, -1, false> >, 6>; Rhs = Eigen::Block, -1, -1, false>; Derived = Eigen::internal::generic_product_impl, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 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, -1, false> >, 6>; Rhs = Eigen::Block, -1, -1, false>; Derived = Eigen::internal::generic_product_impl, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: 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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, -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::Matrix >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; ResultType = double; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>; U = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 4, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, 4, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:526:76: required from 'struct Eigen::internal::product_evaluator, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = 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/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:527:76: required from 'struct Eigen::internal::product_evaluator, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 3, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Block, 3, 1, false>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Block, 3, 1, false>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Block, 3, 1, false>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Block, 3, 1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Block, 3, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:779:32: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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, 2, 1, true>, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::Block, -1, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::Block, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::Block, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::Block, -1, -1, false>, 1, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::Block, -1, -1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::Block, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 2, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:769:22: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/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 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 4, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 4, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 4, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 4, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 4, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 4, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 4, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 4, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 4, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 4, false>, Eigen::Block, -1, 1, false>, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 4, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 4, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:776:59: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false>, 0>': /projects/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 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 1, true>, -1, 1, false>, Eigen::Block, 1, 2, false>, 1, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 1, true>, -1, 1, false>, Eigen::Block, 1, 2, false>, 1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 1, true>, -1, 1, false>, Eigen::Block, 1, 2, false>, 1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2, 1, true>, -1, 1, false>, Eigen::Block, 1, 2, false>, 1, -1, false>, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2, 1, true>, -1, 1, false>, Eigen::Block, 1, 2, false>, 1, -1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2, 1, true>, -1, 1, false>, Eigen::Block, 1, 2, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 4, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 4, 1, 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 >, 4, 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 >, 4, 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 >, 4, 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 >, 4, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:360:40: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, -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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, -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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, -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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303: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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, -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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, -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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, -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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:320:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Derived = Eigen::Block, -1, 1, false> >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:151:29: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Derived = Eigen::Block, -1, -1, false>, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 4, 1, true>, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 4, -1, true>, 4, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, 4, -1, true>, 4, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:526:76: required from 'struct Eigen::internal::product_evaluator, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 1>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 2, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, 2, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:527:76: required from 'struct Eigen::internal::product_evaluator >, Eigen::Block, -1, -1, false>, 2, -1, false>, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator >, Eigen::Block, -1, -1, false>, 2, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product >, Eigen::Block, -1, -1, false>, 2, -1, false>, 1>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product >, Eigen::Block, -1, -1, false>, 2, -1, false>, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 2, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, 2, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:526:76: required from 'struct Eigen::internal::product_evaluator, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 1>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:526:76: required from 'struct Eigen::internal::product_evaluator, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 1>, 4, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 1>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:142:7: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index) const [with Derived = Eigen::Block, -1, 1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:182:19: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::operator()(Eigen::Index) const [with Derived = Eigen::Block, -1, 1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:53: required from 'void Eigen::internal::make_block_householder_triangular_factor(TriangularFactorType&, const VectorsType&, const CoeffsType&) [with TriangularFactorType = Eigen::Matrix; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: required from 'void Eigen::internal::apply_block_householder_on_the_left(MatrixType&, const VectorsType&, const CoeffsType&, bool) [with MatrixType = Eigen::Block, -1, -1, false>; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:320:29: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 2, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, 2, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, 2, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 2, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 2, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:370:74: required from 'typename MatrixType::Scalar Eigen::RealSchur<_MatrixType>::computeNormOfT() [with _MatrixType = Eigen::Matrix; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:309:17: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::computeFromHessenberg(const HessMatrixType&, const OrthMatrixType&, bool) [with HessMatrixType = Eigen::internal::HessenbergDecompositionMatrixHReturnType >; OrthMatrixType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:279:24: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {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, 4, 1, true>, -1, 1, false>, Eigen::Block, 1, 4, false>, 1, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 4, 1, true>, -1, 1, false>, Eigen::Block, 1, 4, false>, 1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 4, 1, true>, -1, 1, false>, Eigen::Block, 1, 4, false>, 1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 4, 1, true>, -1, 1, false>, Eigen::Block, 1, 4, false>, 1, -1, false>, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 4, 1, true>, -1, 1, false>, Eigen::Block, 1, 4, false>, 1, -1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 4, 1, true>, -1, 1, false>, Eigen::Block, 1, 4, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, 3, 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, 0, Eigen::OuterStride<> >, 1, 3, false>; SrcXprType = Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, 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, 0, Eigen::OuterStride<> >, 1, 3, false>; SrcXprType = Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, 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, 0, Eigen::OuterStride<> >, 1, 3, false>; Src = Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, 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, 0, Eigen::OuterStride<> >, 1, 3, false>; Src = Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>; Func = swap_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>; Derived = Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:386:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, 4, 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, 0, Eigen::OuterStride<> >, 1, 4, false>; SrcXprType = Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, 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, 0, Eigen::OuterStride<> >, 1, 4, false>; SrcXprType = Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, 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, 0, Eigen::OuterStride<> >, 1, 4, false>; Src = Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, 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, 0, Eigen::OuterStride<> >, 1, 4, false>; Src = Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>; Func = swap_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>; Derived = Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:386:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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 >, -1, -1, true>, 0>': /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 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose >; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, -1, 1, true> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix >, -1, 1, true>; ResultType = double; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:32: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:48: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, 1, -1, true>, 1, -1, false>; int Mode = 5; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >; Rhs = const Eigen::Block, -1, -1, false>, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, 1, true>, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 2, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 2, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 2, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 2, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 2, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 2, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 2, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 1, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, -1, 1, true>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:168:9: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, 1, -1, false>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:9: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, -1, false>, 2, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, -1, false>, 2, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, -1, false>, 2, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, -1, false>, 2, -1, false>, 1, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, -1, false>, 2, -1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, -1, false>, 2, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 1, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, -1, false>, 1, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, -1, false>, 1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, -1, false>, 1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Block, -1, -1, false>, 1, -1, false>, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, -1, false>, 1, -1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Block, -1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::OuterStride<> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:97:18: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:125:66: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long int; int Mode = 5; bool Conjugate = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:73:12: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 3, 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 >, 3, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix >, 3, 1, true>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix >, 3, 1, true>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix >, 3, 1, true>; ResultType = double; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:137:114: required from 'static void Eigen::internal::triangular_matrix_vector_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, const ResScalar&) [with Index = long int; int Mode = 6; LhsScalar = double; bool ConjLhs = false; RhsScalar = double; bool ConjRhs = false; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:332:12: required from 'static void Eigen::internal::trmv_selector::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, -1, -1, false>, -1, -1, false> >; Rhs = Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >; Dest = Eigen::Transpose, 1, -1, true>, 1, -1, false> >; int Mode = 6; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:18: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 28 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 26 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Derived = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:341:27: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false> >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Transpose, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:341:54: required from 'static void Eigen::internal::trmv_selector::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, -1, -1, false>, -1, -1, false> >; Rhs = Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >; Dest = Eigen::Transpose, 1, -1, true>, 1, -1, false> >; int Mode = 6; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:18: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false> >, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false> >, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /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::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.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 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, -1, true>, 2, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, 2, -1, true>, 2, 1, true>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, 2, -1, true>, 2, 1, true>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, 2, -1, true>, 2, 1, true>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, 2, -1, true>, 2, 1, true>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, 2, -1, true>, 2, 1, true>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:168:9: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Block, 2, 1, false>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Block, 2, 1, false>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Block, 2, 1, false>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 2, 1, false>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 2, 1, false>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::Matrix; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::Matrix; Functor = Eigen::internal::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::Matrix; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:851:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::Product, -1, 2, false>, Eigen::Block, -1, 1, false>, 0>; Func = sub_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:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, -1, 2, false>, Eigen::Block, -1, 1, false>, 0>; Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:776:29: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 3, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 3, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 3, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 3, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 3, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, 3, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 3, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 3, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 3, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 3, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, 3, 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, 3, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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, 3, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 3, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 3, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 3, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 3, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 3, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::Transpose, 1, 3, false> >, const Eigen::Block, 3, 1, true> >, 0>': /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, 3, false> >, const Eigen::Block, 3, 1, true> > >' /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, 3, false> >, const Eigen::Block, 3, 1, true> > >' /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, 3, false> >, const Eigen::Block, 3, 1, true>, Eigen::Dense>' /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, 3, false> >, const Eigen::Block, 3, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:527:76: required from 'struct Eigen::internal::product_evaluator, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1>, 4, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; SrcXprType = Eigen::Product, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; SrcXprType = Eigen::Product, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1>; 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 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = 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 >, 4, 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 >, 4, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix >, 4, 1, true>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix >, 4, 1, true>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix >, 4, 1, true>; ResultType = double; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:360:40: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:527:76: required from 'struct Eigen::internal::product_evaluator, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1>, 4, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; SrcXprType = Eigen::Product, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; SrcXprType = Eigen::Product, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1>; 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 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, -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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, -1, 1, true>; ResultType = double; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, -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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, -1, 1, true>; ResultType = double; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:320:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:305:153: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 4, 1, true>, -1, 1, false> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 4, 1, true>, -1, 1, false> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 4, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 4, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 4, 1, true>, -1, 1, false> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 4, 1, true>, -1, 1, false> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 4, 1, true>, -1, 1, false> >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 4, 1, true>, -1, 1, false> >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 4, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 4, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 4, 1, true>, -1, 1, false> >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, 4, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Transpose, 4, 1, true>, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, 4, 1, true>, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false> >, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false> >, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Transpose, -1, 1, false> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose, -1, 1, false> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, 2, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, 2, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, 2, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, 2, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, 2, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, 2, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, 2, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, 2, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, 2, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, 2, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, 2, 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, 2, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2, -1, false>, 2, 1, true>, 0>': /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, -1, false>, 2, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 2, -1, false>, 2, 1, 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>, 2, -1, false>, 2, 1, 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>, 2, -1, false>, 2, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 2, -1, false>, 2, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose >, 1, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 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::Transpose >, 1, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 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::Transpose >, 1, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 2, 1, true> > >' /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, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 2, 1, true>, Eigen::Dense>' /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, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 2, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Transpose >; Rhs = Eigen::Block, -1, -1, false>, 2, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, 2, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, 1, true>, 0>': /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 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, 1, true> >, 0>': /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/ProductEvaluators.h:618:37: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false>, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Transpose >; Rhs = Eigen::Block, -1, -1, false>, 1, -1, false>; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, 1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 2, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, 2, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:526:76: required from 'struct Eigen::internal::product_evaluator, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = 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/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:527:76: required from 'struct Eigen::internal::product_evaluator, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 3, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Block, 3, 1, false>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Block, 3, 1, false>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Block, 3, 1, false>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Block, 3, 1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Block, 3, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:779:32: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 2, 1, false>, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 2, 1, false>, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 2, 1, false>, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 2, 1, false>, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 2, 1, false>, 1, 1, false>; Src = Eigen::Block, 1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, 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, 2, 1, false>, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 2, 1, false>, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 2, 1, false>, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 2, 1, false>, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 2, 1, false>, 1, 1, false>; Src = Eigen::Block, 1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 2, 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, 2, 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, 2, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 1, 2, 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, 2, false> >, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 2, false> >, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 2, 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, 2, false> >, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 2, false> >, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, 2, false> >, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, 2, false> >, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, 2, false> >, 1, 1, false>; Src = Eigen::Block, 1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 3, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, 3, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, 3, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 3, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 3, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 3, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 4, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 4, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 4, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 4, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 4, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, 4, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false> >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 2, false>, 1, 2, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 2, false>, 1, 2, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 2, false>, 1, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 2, false>, 1, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 2, false>, 1, 2, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 2, false>, 1, 2, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 2, false>, 1, 2, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 2, false>, 1, 2, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 2, false>, 1, 2, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 2, false>, 1, 2, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, 2, false>, 1, 2, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, 2, false>, 1, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 2, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 2, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, -1, -1, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 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::Transpose, -1, -1, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 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::Transpose, -1, -1, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 2, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 2, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 2, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Block, -1, -1, false>, -1, 2, false>; Rhs = Eigen::Matrix; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Block, -1, -1, false>, -1, 2, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:22: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Transpose >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Transpose >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, false>, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, false>, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, 1, false>, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, true>, 0>': /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 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, -1, -1, false>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Block, -1, -1, false>, -1, 1, false>; Rhs = Eigen::Matrix; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Block, -1, -1, false>, -1, 1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Transpose >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, 1, true>, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, -1, true>, 2, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, 2, -1, true>, 2, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:526:76: required from 'struct Eigen::internal::product_evaluator, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 1>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 2, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, 2, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:527:76: required from 'struct Eigen::internal::product_evaluator >, Eigen::Block, -1, -1, false>, 2, -1, false>, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator >, Eigen::Block, -1, -1, false>, 2, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product >, Eigen::Block, -1, -1, false>, 2, -1, false>, 1>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product >, Eigen::Block, -1, -1, false>, 2, -1, false>, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 2, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, 2, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:526:76: required from 'struct Eigen::internal::product_evaluator, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 1>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:526:76: required from 'struct Eigen::internal::product_evaluator, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 1>, 4, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 1>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::Matrix; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::Matrix; Functor = Eigen::internal::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::Matrix; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:851:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::Product, -1, 4, false>, Eigen::Block, -1, 1, false>, 0>; Func = sub_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:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, -1, 4, false>, Eigen::Block, -1, 1, false>, 0>; Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:776:29: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /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:183:72: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 3, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, 3, 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, 3, 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, 3, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, 3, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, 3, false> >, const Eigen::Block, 3, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 3, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 3, 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, 3, false> >, const Eigen::Block, 3, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /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, 3, false> >, const Eigen::Block, 3, 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, 3, false> >, const Eigen::Block, 3, 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, 3, false> >, const Eigen::Block, 3, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 4, 1, true>, -1, 1, false> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 4, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 4, 1, true>, -1, 1, false> >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 4, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 4, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/ProductEvaluators.h:349:16: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Derived = Eigen::Block, -1, -1, false>, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, 2, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, 2, 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, 2, 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, 2, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, 2, 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, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 2, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 2, -1, false>, 2, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 2, -1, false>, 2, 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, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 2, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /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, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 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::Transpose >, 1, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 2, 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, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 2, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator >, 1, 1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, 1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false>, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:32: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:48: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, 1, -1, true>, 1, -1, false>; int Mode = 5; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >; Rhs = const Eigen::Block, -1, -1, false>, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 2, false>, Eigen::Block, -1, 1, false>, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 2, false>, Eigen::Block, -1, 1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 2, false>, Eigen::Block, -1, 1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 2, false>, Eigen::Block, -1, 1, false>, 1, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 2, false>, Eigen::Block, -1, 1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 2, false>, Eigen::Block, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = 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 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618: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) const [with Lhs = Eigen::Transpose, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >; SrcEvaluatorTypeT = Eigen::internal::evaluator, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >; Functor = Eigen::internal::assign_op; int Version = 0; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:518:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: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 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, 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 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 2, false>, 1, 2, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 2, false>, 1, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, 2, false>, 1, 2, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 2, false>, 1, 2, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 2, false>, 1, 2, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 2, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 2, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 2, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 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::Transpose, -1, -1, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 2, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 2, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, false>, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, 1, false>, 1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false> >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Transpose, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:341:54: required from 'static void Eigen::internal::trmv_selector::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, -1, -1, false>, -1, -1, false> >; Rhs = Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >; Dest = Eigen::Transpose, 1, -1, true>, 1, -1, false> >; int Mode = 6; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:18: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/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 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, 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 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false> >, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false> >, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /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::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.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 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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::Block, -1, -1, false>; Rhs = Eigen::Block, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Block, -1, -1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 1, true>, -1, 1, false>, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 2, 1, true>, -1, 1, false>, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 1, true>, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 1, true>, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, 1, true>, -1, 1, false>, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 2, 1, true>, -1, 1, false>, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 1, true>, -1, 1, false>, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 2, 1, true>, -1, 1, false>, 1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 1, true>, -1, 1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 1, true>, -1, 1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 2, 1, true>, -1, 1, false>, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 2, 1, true>, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 2, false>, 1, -1, false>, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 2, false>, 1, -1, false>, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 2, false>, 1, -1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 2, false>, 1, -1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 2, false>, 1, -1, false>, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, 2, false>, 1, -1, false>, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, 2, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 2, false>, 1, -1, false>, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 2, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 2, false>, 1, -1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 2, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 2, false>, 1, -1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 2, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 2, false>, 1, -1, false>, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 2, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 2, false>, 1, -1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Block, 2, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 1, 2, false>, 1, -1, false>; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, 1, 2, false>, 1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Block, 2, 1, true>, -1, 1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 4, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 4, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 4, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 4, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, 4, 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, 4, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 4, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 4, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 4, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 4, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 4, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 4, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, 1, 4, false> >, const Eigen::Block >, 4, 1, false> >, 0>': /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, 4, false> >, const Eigen::Block >, 4, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, 4, false> >, const Eigen::Block >, 4, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, 4, false> >, const Eigen::Block >, 4, 1, false>, Eigen::Dense>' /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, 4, false> >, const Eigen::Block >, 4, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::Transpose, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Block, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Block, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Block, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Block, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/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, 4, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618: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) const [with Lhs = Eigen::Transpose, 4, 1, true>, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, 4, 1, true>, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >; SrcEvaluatorTypeT = Eigen::internal::evaluator, 4, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >; Functor = Eigen::internal::assign_op; int Version = 0; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:518:25: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 33 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 31 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, 1, true>, -1, 1, false> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 2, 1, true>, -1, 1, false> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, 1, true>, -1, 1, false> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 2, 1, true>, -1, 1, false> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, 1, true>, -1, 1, false> >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 2, 1, true>, -1, 1, false> >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 2, 1, true>, -1, 1, false> >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, 2, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Transpose, 2, 1, true>, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, 2, 1, true>, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false> >, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false> >, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Transpose, -1, 1, false> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose, -1, 1, false> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2, -1, false>, 2, 1, true>, 0>': /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, -1, false>, 2, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 2, -1, false>, 2, 1, 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>, 2, -1, false>, 2, 1, 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>, 2, -1, false>, 2, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 2, -1, false>, 2, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose >, 1, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 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::Transpose >, 1, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 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::Transpose >, 1, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 2, 1, true> > >' /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, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 2, 1, true>, Eigen::Dense>' /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, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 2, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Transpose >; Rhs = Eigen::Block, -1, -1, false>, 2, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, 2, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false>, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Transpose >; Rhs = Eigen::Block, -1, -1, false>, 1, -1, false>; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, 1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 4, 1, true>, -1, 1, false>, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 4, 1, true>, -1, 1, false>, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 4, 1, true>, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 4, 1, true>, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 4, 1, true>, -1, 1, false>, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 4, 1, true>, -1, 1, false>, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 4, 1, true>, -1, 1, false>, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 4, 1, true>, -1, 1, false>, 1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 4, 1, true>, -1, 1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 4, 1, true>, -1, 1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 4, 1, true>, -1, 1, false>, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 4, 1, true>, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 4, false>, 1, -1, false>, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 4, false>, 1, -1, false>, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 4, false>, 1, -1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 4, false>, 1, -1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 4, false>, 1, -1, false>, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, 4, false>, 1, -1, false>, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 4, false>, 1, -1, false>, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 4, false>, 1, -1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 4, false>, 1, -1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 4, false>, 1, -1, false>, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 4, false>, 1, -1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Block, 4, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 1, 4, false>, 1, -1, false>; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, 1, 4, false>, 1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Block, 4, 1, true>, -1, 1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 4, false>, Eigen::Block, -1, 1, false>, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 4, false>, Eigen::Block, -1, 1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 4, false>, Eigen::Block, -1, 1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 4, false>, Eigen::Block, -1, 1, false>, 1, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 4, false>, Eigen::Block, -1, 1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 4, false>, Eigen::Block, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/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::CwiseNullaryOp, Eigen::Matrix >; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = 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 >, 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/Redux.h: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 >, 2, 1, true>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix >, 2, 1, true>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix >, 2, 1, true>; ResultType = double; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false> >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 2, false>, 1, 2, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 2, false>, 1, 2, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 2, false>, 1, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 2, false>, 1, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 2, false>, 1, 2, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 2, false>, 1, 2, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 2, false>, 1, 2, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 2, false>, 1, 2, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 2, false>, 1, 2, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 2, false>, 1, 2, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, 2, false>, 1, 2, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, 2, false>, 1, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, -1, -1, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 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::Transpose, -1, -1, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 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::Transpose, -1, -1, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 2, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 2, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 2, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Block, -1, -1, false>, -1, 2, false>; Rhs = Eigen::Matrix; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Block, -1, -1, false>, -1, 2, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:22: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Transpose >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Transpose >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, false>, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, false>, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, 1, false>, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, -1, -1, false>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Block, -1, -1, false>, -1, 1, false>; Rhs = Eigen::Matrix; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Block, -1, -1, false>, -1, 1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Transpose >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, 1, true>, -1, 1, false>, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 2, 1, true>, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 2, 1, true>, -1, 1, false>, 1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 2, 1, true>, -1, 1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 2, 1, true>, -1, 1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 2, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 2, false>, 1, -1, false>, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 2, false>, 1, -1, false>, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, 2, false>, 1, -1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 2, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 2, false>, 1, -1, false>, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 2, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 2, false>, 1, -1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 2, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 2, false>, 1, -1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 2, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 2, false>, 1, -1, false>, 1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 2, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, 2, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:526:76: required from 'struct Eigen::internal::product_evaluator, -1, 2, false>, Eigen::Block, -1, 1, false>, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, -1, 2, false>, Eigen::Block, -1, 1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Product, -1, 2, false>, Eigen::Block, -1, 1, false>, 1>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Product, -1, 2, false>, Eigen::Block, -1, 1, false>, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 4, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, 4, 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, 4, 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, 4, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, 4, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, 4, false> >, const Eigen::Block >, 4, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 4, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 4, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, 4, false> >, const Eigen::Block >, 4, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, 4, false> >, const Eigen::Block >, 4, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, 4, false> >, const Eigen::Block >, 4, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 4, false> >, const Eigen::Block >, 4, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 3, 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, 3, false>; SrcXprType = Eigen::Block, 1, 3, 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, 3, false>; SrcXprType = Eigen::Block, 1, 3, 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, 3, false>; Src = Eigen::Block, 1, 3, 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, 3, false>; Src = Eigen::Block, 1, 3, false>; Func = swap_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 1, 3, false>; Derived = Eigen::Block, 1, 3, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:1033:18: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument '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 'class Eigen::internal::gebp_traits, std::complex, false, false, 1, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:64:27: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = std::complex; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; Rhs = Eigen::Matrix, -1, -1, 0, 3, 3>; int Side = 1; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Matrix, -1, -1, 0, 3, 3>; _MatrixType = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix, -1, -1, 0, 3, 3>; _MatrixType = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:552:25: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::_solve_impl(const RhsType&, DstType&) const [with RhsType = Eigen::Matrix, -1, -1, 0, 3, 3>; DstType = Eigen::Matrix, -1, -1, 0, 3, 3>; _MatrixType = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:127:28: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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, std::complex, false, false, 1, 1>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1080:42: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:78:95: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = std::complex; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; Rhs = Eigen::Matrix, -1, -1, 0, 3, 3>; int Side = 1; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Matrix, -1, -1, 0, 3, 3>; _MatrixType = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix, -1, -1, 0, 3, 3>; _MatrixType = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:552:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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, std::complex, false, false, 1, 2>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1085:45: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:78:95: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = std::complex; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; Rhs = Eigen::Matrix, -1, -1, 0, 3, 3>; int Side = 1; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Matrix, -1, -1, 0, 3, 3>; _MatrixType = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix, -1, -1, 0, 3, 3>; _MatrixType = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:552:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, 1, true>, -1, 1, false> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 2, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 2, 1, true>, -1, 1, false> >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 2, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 2, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 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 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/ProductEvaluators.h:349:16: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Derived = Eigen::Block, -1, -1, false>, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 2, -1, false>, 2, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 2, -1, false>, 2, 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, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 2, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /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, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 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::Transpose >, 1, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 2, 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, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 2, 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 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false>, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 4, 1, true>, -1, 1, false>, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 4, 1, true>, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 4, 1, true>, -1, 1, false>, 1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 4, 1, true>, -1, 1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 4, 1, true>, -1, 1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 4, false>, 1, -1, false>, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 4, false>, 1, -1, false>, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, 4, false>, 1, -1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 4, false>, 1, -1, false>, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 4, false>, 1, -1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 4, false>, 1, -1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 4, false>, 1, -1, false>, 1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument '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::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = std::complex]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:164:24: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = std::complex; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; Rhs = Eigen::Matrix, -1, -1, 0, 3, 3>; int Side = 1; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Matrix, -1, -1, 0, 3, 3>; _MatrixType = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix, -1, -1, 0, 3, 3>; _MatrixType = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:552:25: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::_solve_impl(const RhsType&, DstType&) const [with RhsType = Eigen::Matrix, -1, -1, 0, 3, 3>; DstType = Eigen::Matrix, -1, -1, 0, 3, 3>; _MatrixType = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:127:28: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /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: In instantiation of 'struct Eigen::internal::unpacket_traits >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1979:135: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:164:24: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = std::complex; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; Rhs = Eigen::Matrix, -1, -1, 0, 3, 3>; int Side = 1; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Matrix, -1, -1, 0, 3, 3>; _MatrixType = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix, -1, -1, 0, 3, 3>; _MatrixType = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:552:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:746:64: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 746 | typedef DoublePacket::half> half; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618: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) const [with Lhs = Eigen::Transpose, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >; SrcEvaluatorTypeT = Eigen::internal::evaluator, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >; Functor = Eigen::internal::assign_op; int Version = 0; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:518:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: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 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, 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 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 2, false>, 1, 2, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 2, false>, 1, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, 2, false>, 1, 2, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 2, false>, 1, 2, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 2, false>, 1, 2, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 2, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 25 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 25 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, false>, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, 1, false>, 1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 25 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 4, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, 4, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:526:76: required from 'struct Eigen::internal::product_evaluator, -1, 4, false>, Eigen::Block, -1, 1, false>, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, -1, 4, false>, Eigen::Block, -1, 1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Product, -1, 4, false>, Eigen::Block, -1, 1, false>, 1>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::Product, -1, 4, false>, Eigen::Block, -1, 1, false>, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument '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::gebp_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = false; bool _ConjRhs = false; int Arch = 1; int _PacketSize = 0; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1525:13: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:164:24: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = std::complex; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; Rhs = Eigen::Matrix, -1, -1, 0, 3, 3>; int Side = 1; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Matrix, -1, -1, 0, 3, 3>; _MatrixType = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix, -1, -1, 0, 3, 3>; _MatrixType = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:552:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 858 | dest = pload((const typename unpacket_traits::type*)(a)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument '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, -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::Matrix >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = 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/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/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, 2, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618: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) const [with Lhs = Eigen::Transpose, 2, 1, true>, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, 2, 1, true>, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >; SrcEvaluatorTypeT = Eigen::internal::evaluator, 2, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >; Functor = Eigen::internal::assign_op; int Version = 0; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:518:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 37 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 35 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block >, 1, 1, false>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block >, 1, 1, false>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block >, 1, 1, false>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block >, 1, 1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block >, 1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 2, false>, 1, 2, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 2, false>, 1, 2, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 2, false>, 1, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 2, false>, 1, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 2, false>, 1, 2, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 2, false>, 1, 2, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 2, false>, 1, 2, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 2, false>, 1, 2, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 2, false>, 1, 2, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 2, false>, 1, 2, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 2, false>, 1, 2, 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, 2, false>, 1, 2, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: [ skipping 25 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, -1, 2, false>, 1, 2, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 2, false>, 1, 2, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 2, false>, 1, 2, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 2, false>, 1, 2, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 2, false>, 1, 2, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Block, -1, 2, false>; Rhs = Eigen::Block, -1, 1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Block, -1, 2, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gebp_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = false; bool _ConjRhs = false; int Arch = 1; int _PacketSize = 1; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1198:19: required from 'void Eigen::internal::lhs_process_one_packet::peeled_kc_onestep(Eigen::Index, const LhsScalar*, const RhsScalar*, GEBPTraits, LhsPacket*, RhsPacketx4*, RhsPacket*, AccPacket*, AccPacket*, AccPacket*, AccPacket*) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, false, 1, 1>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int; RhsPacketx4 = Eigen::internal::QuadPacket >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1269:11: required from 'void Eigen::internal::lhs_process_one_packet::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, ResScalar, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, int, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, false, 1, 1>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1896:8: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:164:24: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = std::complex; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; Rhs = Eigen::Matrix, -1, -1, 0, 3, 3>; int Side = 1; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 858 | dest = pload((const typename unpacket_traits::type*)(a)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_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_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = false; bool _ConjRhs = false; int Arch = 1; int _PacketSize = 2; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1198:19: required from 'void Eigen::internal::lhs_process_one_packet::peeled_kc_onestep(Eigen::Index, const LhsScalar*, const RhsScalar*, GEBPTraits, LhsPacket*, RhsPacketx4*, RhsPacket*, AccPacket*, AccPacket*, AccPacket*, AccPacket*) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, false, 1, 2>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int; RhsPacketx4 = Eigen::internal::QuadPacket >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1269:11: required from 'void Eigen::internal::lhs_process_one_packet::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, ResScalar, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, int, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, false, 1, 2>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1902:8: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:164:24: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = std::complex; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; Rhs = Eigen::Matrix, -1, -1, 0, 3, 3>; int Side = 1; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument '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, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits, std::complex, true, false, 1, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1063:38: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:157:103: 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 = std::complex; Index = long int; int Mode = 6; int LhsStorageOrder = 1; bool ConjugateLhs = true; 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, -1, -1, 0, 3, 3>; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; typename Dest::Scalar = std::complex]' /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, -1, -1, 0, 3, 3>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; int ProductTag = 3; Scalar = std::complex]' /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, -1, -1, 0, 3, 3>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; Derived = Eigen::internal::generic_product_impl >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>, Eigen::Block, 3, 3>, -1, -1, false>, Eigen::TriangularShape, Eigen::DenseShape, 3>; Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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, std::complex, false, true, 1, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1074:45: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:157:103: 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 = std::complex; Index = long int; int Mode = 6; int LhsStorageOrder = 1; bool ConjugateLhs = true; 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, -1, -1, 0, 3, 3>; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; typename Dest::Scalar = std::complex]' /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, -1, -1, 0, 3, 3>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; int ProductTag = 3; Scalar = std::complex]' /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, -1, -1, 0, 3, 3>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; Derived = Eigen::internal::generic_product_impl >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>, Eigen::Block, 3, 3>, -1, -1, false>, Eigen::TriangularShape, Eigen::DenseShape, 3>; Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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, std::complex, true, false, 1, 1>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1080:42: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:157:103: 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 = std::complex; Index = long int; int Mode = 6; int LhsStorageOrder = 1; bool ConjugateLhs = true; 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, -1, -1, 0, 3, 3>; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; typename Dest::Scalar = std::complex]' /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, -1, -1, 0, 3, 3>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; int ProductTag = 3; Scalar = std::complex]' /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, -1, -1, 0, 3, 3>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; Derived = Eigen::internal::generic_product_impl >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>, Eigen::Block, 3, 3>, -1, -1, false>, Eigen::TriangularShape, Eigen::DenseShape, 3>; Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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, std::complex, true, false, 1, 2>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1085:45: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:157:103: 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 = std::complex; Index = long int; int Mode = 6; int LhsStorageOrder = 1; bool ConjugateLhs = true; 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, -1, -1, 0, 3, 3>; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; typename Dest::Scalar = std::complex]' /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, -1, -1, 0, 3, 3>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; int ProductTag = 3; Scalar = std::complex]' /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, -1, -1, 0, 3, 3>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; Derived = Eigen::internal::generic_product_impl >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>, Eigen::Block, 3, 3>, -1, -1, false>, Eigen::TriangularShape, Eigen::DenseShape, 3>; Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 4, false>, 1, 4, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 4, false>, 1, 4, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 4, false>, 1, 4, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 4, false>, 1, 4, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 4, false>, 1, 4, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 4, false>, 1, 4, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 29 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 4, false>, 1, 4, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 4, false>, 1, 4, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 4, false>, 1, 4, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 4, false>, 1, 4, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 4, false>, 1, 4, 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, 4, false>, 1, 4, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: [ skipping 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 29 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, -1, 4, false>, 1, 4, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 4, false>, 1, 4, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 4, false>, 1, 4, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 4, false>, 1, 4, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 4, false>, 1, 4, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Block, -1, 4, false>; Rhs = Eigen::Block, -1, 1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Block, -1, 4, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 26 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 2, false>, 1, 2, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 2, false>, 1, 2, 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, 2, false>, 1, 2, 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, 2, false>, 1, 2, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 2, false>, 1, 2, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 2, false>, 1, 2, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 29 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 2, false>, 1, 2, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, 2, false>, 1, 2, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 2, false>, 1, 2, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 2, false>, 1, 2, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 26 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument '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::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = true; bool ConjugateRhs = false; ResScalar = std::complex]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 6; int LhsStorageOrder = 1; bool ConjugateLhs = true; 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, -1, -1, 0, 3, 3>; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; typename Dest::Scalar = std::complex]' /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, -1, -1, 0, 3, 3>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; int ProductTag = 3; Scalar = std::complex]' /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, -1, -1, 0, 3, 3>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; Derived = Eigen::internal::generic_product_impl >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>, Eigen::Block, 3, 3>, -1, -1, false>, Eigen::TriangularShape, Eigen::DenseShape, 3>; Scalar = std::complex]' /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, -1, -1, 0, 3, 3>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; Derived = Eigen::internal::generic_product_impl >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>, Eigen::Block, 3, 3>, -1, -1, false>, Eigen::TriangularShape, Eigen::DenseShape, 3>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /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: In instantiation of 'class Eigen::internal::gebp_traits, std::complex, false, true, 1, 1>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1080:42: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:157:103: 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 = std::complex; Index = long int; int Mode = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = true; 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, 3, 3>; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix, 3, 3>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >; typename Dest::Scalar = std::complex]' /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, 3, 3>; Lhs = Eigen::TriangularView, 3, 3>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >; int ProductTag = 3; Scalar = std::complex]' /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, 3, 3>; Lhs = Eigen::TriangularView, 3, 3>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >; Derived = Eigen::internal::generic_product_impl, 3, 3>, 2>, Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >, Eigen::TriangularShape, Eigen::DenseShape, 3>; Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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, std::complex, false, true, 1, 2>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1085:45: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:157:103: 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 = std::complex; Index = long int; int Mode = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = true; 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, 3, 3>; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix, 3, 3>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >; typename Dest::Scalar = std::complex]' /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, 3, 3>; Lhs = Eigen::TriangularView, 3, 3>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >; int ProductTag = 3; Scalar = std::complex]' /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, 3, 3>; Lhs = Eigen::TriangularView, 3, 3>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >; Derived = Eigen::internal::generic_product_impl, 3, 3>, 2>, Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >, Eigen::TriangularShape, Eigen::DenseShape, 3>; Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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/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::Matrix >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = 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/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument '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::gebp_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = true; bool _ConjRhs = false; int Arch = 1; int _PacketSize = 0; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1525:13: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = true; bool ConjugateRhs = false; ResScalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 6; int LhsStorageOrder = 1; bool ConjugateLhs = true; 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, -1, -1, 0, 3, 3>; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; typename Dest::Scalar = std::complex]' /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, -1, -1, 0, 3, 3>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; int ProductTag = 3; Scalar = std::complex]' /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, -1, -1, 0, 3, 3>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; Derived = Eigen::internal::generic_product_impl >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>, Eigen::Block, 3, 3>, -1, -1, false>, Eigen::TriangularShape, Eigen::DenseShape, 3>; Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 858 | dest = pload((const typename unpacket_traits::type*)(a)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_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 = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = true; ResScalar = std::complex]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = true; 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, 3, 3>; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix, 3, 3>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >; typename Dest::Scalar = std::complex]' /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, 3, 3>; Lhs = Eigen::TriangularView, 3, 3>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >; int ProductTag = 3; Scalar = std::complex]' /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, 3, 3>; Lhs = Eigen::TriangularView, 3, 3>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >; Derived = Eigen::internal::generic_product_impl, 3, 3>, 2>, Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >, Eigen::TriangularShape, Eigen::DenseShape, 3>; Scalar = std::complex]' /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, 3, 3>; Lhs = Eigen::TriangularView, 3, 3>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >; Derived = Eigen::internal::generic_product_impl, 3, 3>, 2>, Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >, Eigen::TriangularShape, Eigen::DenseShape, 3>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 4, false>, 1, 4, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 4, false>, 1, 4, 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, 4, false>, 1, 4, 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, 4, false>, 1, 4, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 4, false>, 1, 4, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 4, false>, 1, 4, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 31 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 4, false>, 1, 4, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, 4, false>, 1, 4, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 4, false>, 1, 4, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 4, false>, 1, 4, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 28 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument '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::gebp_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = false; bool _ConjRhs = true; int Arch = 1; int _PacketSize = 0; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1525:13: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = true; ResScalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = true; 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, 3, 3>; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix, 3, 3>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >; typename Dest::Scalar = std::complex]' /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, 3, 3>; Lhs = Eigen::TriangularView, 3, 3>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >; int ProductTag = 3; Scalar = std::complex]' /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, 3, 3>; Lhs = Eigen::TriangularView, 3, 3>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >; Derived = Eigen::internal::generic_product_impl, 3, 3>, 2>, Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >, Eigen::TriangularShape, Eigen::DenseShape, 3>; Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 858 | dest = pload((const typename unpacket_traits::type*)(a)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_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_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = true; bool _ConjRhs = false; int Arch = 1; int _PacketSize = 1; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1198:19: required from 'void Eigen::internal::lhs_process_one_packet::peeled_kc_onestep(Eigen::Index, const LhsScalar*, const RhsScalar*, GEBPTraits, LhsPacket*, RhsPacketx4*, RhsPacket*, AccPacket*, AccPacket*, AccPacket*, AccPacket*) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, true, false, 1, 1>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int; RhsPacketx4 = Eigen::internal::QuadPacket >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1269:11: required from 'void Eigen::internal::lhs_process_one_packet::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, ResScalar, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, int, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, true, false, 1, 1>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1896:8: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = true; bool ConjugateRhs = false; ResScalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 6; int LhsStorageOrder = 1; bool ConjugateLhs = true; 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, -1, -1, 0, 3, 3>; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; typename Dest::Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_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_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = true; bool _ConjRhs = false; int Arch = 1; int _PacketSize = 2; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1198:19: required from 'void Eigen::internal::lhs_process_one_packet::peeled_kc_onestep(Eigen::Index, const LhsScalar*, const RhsScalar*, GEBPTraits, LhsPacket*, RhsPacketx4*, RhsPacket*, AccPacket*, AccPacket*, AccPacket*, AccPacket*) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, true, false, 1, 2>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int; RhsPacketx4 = Eigen::internal::QuadPacket >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1269:11: required from 'void Eigen::internal::lhs_process_one_packet::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, ResScalar, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, int, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, true, false, 1, 2>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1902:8: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = true; bool ConjugateRhs = false; ResScalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 6; int LhsStorageOrder = 1; bool ConjugateLhs = true; 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, -1, -1, 0, 3, 3>; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; typename Dest::Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_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_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = false; bool _ConjRhs = true; int Arch = 1; int _PacketSize = 1; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1198:19: required from 'void Eigen::internal::lhs_process_one_packet::peeled_kc_onestep(Eigen::Index, const LhsScalar*, const RhsScalar*, GEBPTraits, LhsPacket*, RhsPacketx4*, RhsPacket*, AccPacket*, AccPacket*, AccPacket*, AccPacket*) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, true, 1, 1>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int; RhsPacketx4 = Eigen::internal::QuadPacket >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1269:11: required from 'void Eigen::internal::lhs_process_one_packet::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, ResScalar, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, int, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, true, 1, 1>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1896:8: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = true; ResScalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = true; 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, 3, 3>; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix, 3, 3>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >; typename Dest::Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 25 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_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_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = false; bool _ConjRhs = true; int Arch = 1; int _PacketSize = 2; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1198:19: required from 'void Eigen::internal::lhs_process_one_packet::peeled_kc_onestep(Eigen::Index, const LhsScalar*, const RhsScalar*, GEBPTraits, LhsPacket*, RhsPacketx4*, RhsPacket*, AccPacket*, AccPacket*, AccPacket*, AccPacket*) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, true, 1, 2>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int; RhsPacketx4 = Eigen::internal::QuadPacket >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1269:11: required from 'void Eigen::internal::lhs_process_one_packet::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, ResScalar, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, int, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, true, 1, 2>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1902:8: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = true; ResScalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = true; 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, 3, 3>; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix, 3, 3>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >; typename Dest::Scalar = std::complex]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 25 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 reg-lib/cpu/_reg_nmi.cpp -o reg-lib/cpu/_reg_nmi.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_tools.h:19, from reg-lib/cpu/_reg_measure.h:11, from reg-lib/cpu/_reg_nmi.h:15, from reg-lib/cpu/_reg_nmi.cpp:15: /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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 reg-lib/cpu/_reg_optimiser.cpp -o reg-lib/cpu/_reg_optimiser.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_optimiser.h:9, from reg-lib/cpu/_reg_optimiser.cpp:9: /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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 reg-lib/cpu/_reg_resampling.cpp -o reg-lib/cpu/_reg_resampling.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_resampling.cpp:16: /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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 reg-lib/cpu/_reg_splineBasis.cpp -o reg-lib/cpu/_reg_splineBasis.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_tools.h:19, from reg-lib/cpu/_reg_splineBasis.h:15, from reg-lib/cpu/_reg_splineBasis.cpp:15: /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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/tmp/th798/16179111/R-devel/641/library/RNifti/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 reg-lib/cpu/_reg_tools.cpp -o reg-lib/cpu/_reg_tools.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_tools.h:19, from reg-lib/cpu/_reg_tools.cpp:17: /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 -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 RNiftyReg.so main.o helpers.o RNifti.o AffineMatrix.o DeformationField.o aladin.o f3d.o reg-lib/AladinContent.o reg-lib/Platform.o reg-lib/_reg_aladin.o reg-lib/_reg_aladin_sym.o reg-lib/_reg_base.o reg-lib/_reg_f3d.o reg-lib/_reg_f3d2.o reg-lib/_reg_f3d_sym.o reg-lib/cpu/CPUAffineDeformationFieldKernel.o reg-lib/cpu/CPUBlockMatchingKernel.o reg-lib/cpu/CPUConvolutionKernel.o reg-lib/cpu/CPUKernelFactory.o reg-lib/cpu/CPUOptimiseKernel.o reg-lib/cpu/CPUResampleImageKernel.o reg-lib/cpu/_reg_blockMatching.o reg-lib/cpu/_reg_globalTrans.o reg-lib/cpu/_reg_localTrans.o reg-lib/cpu/_reg_localTrans_jac.o reg-lib/cpu/_reg_localTrans_regul.o reg-lib/cpu/_reg_maths.o reg-lib/cpu/_reg_maths_eigen.o reg-lib/cpu/_reg_nmi.o reg-lib/cpu/_reg_optimiser.o reg-lib/cpu/_reg_resampling.o reg-lib/cpu/_reg_splineBasis.o reg-lib/cpu/_reg_tools.o -fopenmp installing to /tmp/th798/16179111/R-devel/641/library/00LOCK-RNiftyReg/00new/RNiftyReg/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 (RNiftyReg) * installing *source* package 'freesurferformats' ... ** this is package 'freesurferformats' version '0.1.18' ** package 'freesurferformats' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (freesurferformats) * installing *source* package 'oro.nifti' ... ** this is package 'oro.nifti' version '0.11.4' ** package 'oro.nifti' successfully unpacked and MD5 sums checked ** using staged installation ** R ** demo ** inst ** byte-compile and prepare package for lazy loading Creating a new generic function for 'origin' in package 'oro.nifti' ** 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 (oro.nifti) * installing *source* package 'readNSx' ... ** this is package 'readNSx' version '0.0.5' ** package 'readNSx' successfully unpacked and MD5 sums checked ** using staged installation ** 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-devel/include" -DNDEBUG -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 cpp11.cpp -o cpp11.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/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 rawToSEXP.cpp -o rawToSEXP.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/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 readBCI2R.cpp -o readBCI2R.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/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 readNSxDataPacket.cpp -o readNSxDataPacket.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 readNSx.so cpp11.o rawToSEXP.o readBCI2R.o readNSxDataPacket.o installing to /tmp/th798/16179111/R-devel/641/library/00LOCK-readNSx/00new/readNSx/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 (readNSx) * installing *source* package 'rpyANTs' ... ** this is package 'rpyANTs' version '0.0.4' ** package 'rpyANTs' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** 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 (rpyANTs) * installing *source* package 'ravetools' ... ** this is package 'ravetools' version '0.2.2' ** package 'ravetools' successfully unpacked and MD5 sums checked ** using staged installation R_HOME found: /home/th798/R/R-devel configure: Running under OSX... no checking for pkg-config... /home/th798/.conda/envs/emacs1/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for FFTW... yes configure: creating ./config.status config.status: creating src/Makevars ================================ compiler flags: -I/home/th798/.conda/envs/emacs1/include -Ivcglib -I../inst/include link argument: -L/home/th798/.conda/envs/emacs1/lib -lfftw3 ================================ ** 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-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/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 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/ravetools_RcppExports.h:7, from ../inst/include/ravetools.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/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/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 baseline.cpp -o baseline.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/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 bucketFill.cpp -o bucketFill.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/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 collapse-cplx.cpp -o collapse-cplx.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/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 collapse-real.cpp -o collapse-real.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/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 columnQuantile.cpp -o columnQuantile.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/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 fastColMeans.cpp -o fastColMeans.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/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 fastQuantile.cpp -o fastQuantile.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/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 fastcov.cpp -o fastcov.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/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 ffts.cpp -o ffts.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/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 fftw-wrapper.cpp -o fftw-wrapper.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/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 filter.cpp -o filter.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/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 glMatrix4.cpp -o glMatrix4.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/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 glQuaternion.cpp -o glQuaternion.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/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 glVector3.cpp -o glVector3.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/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 rawToSEXP.cpp -o rawToSEXP.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/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 resample3D.cpp -o resample3D.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/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 shiftarray.cpp -o shiftarray.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/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 threads.cpp -o threads.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/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 utils.cpp -o utils.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/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 vcgCommon.cpp -o vcgCommon.o In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:205, from vcglib/vcg/math/matrix44.h:34, from vcglib/vcg/space/box3.h:27, from vcglib/vcg/complex/used_types.h:26, from vcglib/vcg/complex/complex.h:46, from vcgCommon.h:15, from vcgCommon.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/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' vcglib/vcg/math/matrix44.h:639:14: 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; | ^~~~ 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' vcglib/vcg/math/matrix44.h:639:14: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument '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' vcglib/vcg/math/matrix33.h:506:9: 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' vcglib/vcg/math/matrix33.h:506: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] 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: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; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/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/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' vcglib/vcg/space/point_matching.h:65:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' vcglib/vcg/space/point_matching.h:65:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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 >' vcglib/vcg/space/point_matching.h:65:26: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::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, 4>' /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>' vcglib/vcg/space/point_matching.h:65:26: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-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 >' vcglib/vcg/space/point_matching.h:112:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:92: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 >' vcglib/vcg/space/point_matching.h:120: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, -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 >' vcglib/vcg/space/point_matching.h:120:29: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /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 >' vcglib/vcg/space/point_matching.h:125:18: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 4, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 4, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 4, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 4, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 4, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 4, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 4, 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, 4, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 4, 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, 4, 1, true>' vcglib/vcg/space/point_matching.h:127: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/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' vcglib/vcg/space/point_matching.h:185:4: 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' vcglib/vcg/space/point_matching.h:185:4: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' vcglib/vcg/space/point_matching.h:194:4: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/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 >' vcglib/vcg/space/point_matching.h:203: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::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, 3>' /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>' vcglib/vcg/space/point_matching.h:203: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, 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, 3>' /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>' vcglib/vcg/space/point_matching.h:205:67: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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, 3>' /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>' vcglib/vcg/space/point_matching.h:206: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: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/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:92: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 >' vcglib/vcg/space/polygon3.h:310: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, -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 >' vcglib/vcg/space/polygon3.h:310: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/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, -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 >' vcglib/vcg/space/polygon3.h:310:31: 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/Eigenvalues/Tridiagonalization.h:100:128: 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 >' vcglib/vcg/space/polygon3.h:310: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] 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' vcglib/vcg/complex/allocate.h:280:48: 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; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' vcglib/vcg/complex/allocate.h:280:48: required from here /projects/genomic-ml/R/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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' vcglib/vcg/complex/algorithms/update/curvature.h:231: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 '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/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 >' vcglib/vcg/complex/algorithms/update/curvature.h:240:48: required from here /projects/genomic-ml/R/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] /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, 3>' /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>' vcglib/vcg/complex/algorithms/update/curvature.h:240: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 '__m128'} [-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 vcglib/vcg/complex/algorithms/implicit_smooth.h:26, from vcgCommon.h:44: /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' vcglib/vcg/complex/algorithms/harmonic.h:61:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' vcglib/vcg/complex/algorithms/harmonic.h:131:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/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' vcglib/vcg/complex/algorithms/implicit_smooth.h:255:41: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116:54: 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 '__m128'} [-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, Eigen::SparseMatrix, 2> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' vcglib/vcg/complex/algorithms/implicit_smooth.h:324:49: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116:54: 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 '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' vcglib/vcg/complex/algorithms/implicit_smooth.h:327:48: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116:54: 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 '__m128'} [-Wignored-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::SparseMatrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:26:34: required from 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix, Eigen::Sparse>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >' vcglib/vcg/complex/algorithms/implicit_smooth.h:327:67: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116: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 '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix, Eigen::Sparse>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >' vcglib/vcg/complex/algorithms/implicit_smooth.h:327:67: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116:54: 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 '__m128'} [-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, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > > >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Sparse>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >' vcglib/vcg/complex/algorithms/implicit_smooth.h:327:52: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116:54: 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 '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/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/SparseCholesky/SimplicialCholesky.h:264:16: required from 'class Eigen::SimplicialCholeskyBase, 1, Eigen::AMDOrdering > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:511:11: required from 'class Eigen::SimplicialCholesky, 1, Eigen::AMDOrdering >' vcglib/vcg/complex/algorithms/implicit_smooth.h:330:70: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116: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 '__m128'} [-Wignored-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>, 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>' vcglib/vcg/complex/algorithms/implicit_smooth.h:368:27: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116: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 '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >' vcglib/vcg/complex/algorithms/implicit_smooth.h:368:25: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116: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 '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1505:8: required from 'struct Eigen::internal::evaluator >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:64:51: required from 'struct Eigen::internal::binary_evaluator, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::internal::IteratorBased, Eigen::internal::IteratorBased, float, float>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:64:51: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >, Eigen::internal::IteratorBased, Eigen::internal::IteratorBased, float, float>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:687:97: required from 'Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::SparseMatrix(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >; _Scalar = float; int _Options = 0; _StorageIndex = int]' vcglib/vcg/complex/algorithms/implicit_smooth.h:327:41: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116: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 '__m128'} [-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/Eigen/src/SparseCore/SparseMatrix.h:1194:15: required from 'Eigen::SparseMatrix<_Scalar, _Options, _StorageIndex>& Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::operator=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >; _Scalar = float; int _Options = 0; _StorageIndex = int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:689:15: required from 'Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::SparseMatrix(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >; _Scalar = float; int _Options = 0; _StorageIndex = int]' vcglib/vcg/complex/algorithms/implicit_smooth.h:327:41: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116:54: 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 '__m128'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1505:8: required from 'struct Eigen::internal::evaluator >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1195:19: required from 'Eigen::SparseMatrix<_Scalar, _Options, _StorageIndex>& Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::operator=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >; _Scalar = float; int _Options = 0; _StorageIndex = int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:689:15: required from 'Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::SparseMatrix(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >; _Scalar = float; int _Options = 0; _StorageIndex = int]' vcglib/vcg/complex/algorithms/implicit_smooth.h:327:41: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116: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 '__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/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' vcglib/vcg/space/fitting3.h:67:24: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370:63: 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; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' vcglib/vcg/space/fitting3.h:67:24: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-Wignored-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 >' vcglib/vcg/space/fitting3.h:67:59: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-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/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:92: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 >' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-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/Eigenvalues/Tridiagonalization.h:92: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 >' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370:63: 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; | ^~~~ /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 >' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__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/DenseBase.h:179:81: 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 >' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370:63: 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; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:100:128: 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 >' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:382:20: required from 'class Eigen::SelfAdjointEigenSolver >' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-Wignored-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 >' vcglib/vcg/space/fitting3.h:74:23: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-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/Eigen/src/SparseCore/SparseMatrix.h:1040:66: required from 'void Eigen::internal::set_from_triplets(const InputIterator&, const InputIterator&, SparseMatrixType&, DupFunctor) [with InputIterator = __gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >; SparseMatrixType = Eigen::SparseMatrix; DupFunctor = scalar_sum_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1110:92: required from 'void Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::setFromTriplets(const InputIterators&, const InputIterators&) [with InputIterators = __gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >; _Scalar = float; int _Options = 0; _StorageIndex = int]' vcglib/vcg/complex/algorithms/implicit_smooth.h:129:26: required from 'static void vcg::ImplicitSmoother::InitSparse(const std::vector >&, const std::vector&, int, int, Eigen::SparseMatrix&) [with MeshType = ravetools::MyMesh; typename StatMeshType::ScalarType = float; typename MeshType::ScalarType = float]' vcglib/vcg/complex/algorithms/implicit_smooth.h:292:23: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116:54: 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 '__m128'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/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 >' vcglib/vcg/space/fitting3.h:55:22: required from 'void vcg::ComputeCovarianceMatrix(const std::vector >&, Point3&, Eigen::Matrix&) [with S = float]' vcglib/vcg/space/fitting3.h:69:26: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-Wignored-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::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, 4>' /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>' vcglib/vcg/space/fitting3.h:55:10: required from 'void vcg::ComputeCovarianceMatrix(const std::vector >&, Point3&, Eigen::Matrix&) [with S = float]' vcglib/vcg/space/fitting3.h:69:26: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1505:8: required from 'struct Eigen::internal::evaluator >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1181:93: required from 'Eigen::SparseMatrix<_Scalar, _Options, _StorageIndex>& Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::operator=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::SparseMatrix; _Scalar = float; int _Options = 0; _StorageIndex = int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1063:7: required from 'void Eigen::internal::set_from_triplets(const InputIterator&, const InputIterator&, SparseMatrixType&, DupFunctor) [with InputIterator = __gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >; SparseMatrixType = Eigen::SparseMatrix; DupFunctor = scalar_sum_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1110:92: required from 'void Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::setFromTriplets(const InputIterators&, const InputIterators&) [with InputIterators = __gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >; _Scalar = float; int _Options = 0; _StorageIndex = int]' vcglib/vcg/complex/algorithms/implicit_smooth.h:129:26: required from 'static void vcg::ImplicitSmoother::InitSparse(const std::vector >&, const std::vector&, int, int, Eigen::SparseMatrix&) [with MeshType = ravetools::MyMesh; typename StatMeshType::ScalarType = float; typename MeshType::ScalarType = float]' vcglib/vcg/complex/algorithms/implicit_smooth.h:292:23: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116: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 '__m128'} [-Wignored-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/Eigenvalues/SelfAdjointEigenSolver.h:453:34: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-Wignored-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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:455:40: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-Wignored-attributes] /projects/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/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:398:143: required from 'Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::TriangularViewType& Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::operator/=(const typename Eigen::internal::traits::Scalar&) [with _MatrixType = Eigen::Matrix; unsigned int _Mode = 1; TriangularViewType = Eigen::TriangularView, 1>; typename Eigen::internal::traits::Scalar = float]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:455:40: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: 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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 3, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 3, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 3, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 3, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 3, 1, true>, 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/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:20:67: required from 'Derived& Eigen::DenseBase::operator*=(const Scalar&) [with Derived = Eigen::Matrix; Scalar = float]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:463:14: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/OrderingMethods/Ordering.h:30:18: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:671:15: required from 'void Eigen::SimplicialCholeskyBase::ordering(const MatrixType&, const CholMatrixType*&, CholMatrixType&) [with Derived = Eigen::SimplicialCholesky, 1, Eigen::AMDOrdering >; MatrixType = Eigen::SparseMatrix; ConstCholMatrixPtr = const Eigen::SparseMatrix*; CholMatrixType = Eigen::SparseMatrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:208:7: required from 'void Eigen::SimplicialCholeskyBase::compute(const MatrixType&) [with bool DoLDLT = true; Derived = Eigen::SimplicialCholesky, 1, Eigen::AMDOrdering >; MatrixType = Eigen::SparseMatrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:564:37: required from 'Eigen::SimplicialCholesky<_MatrixType, _UpLo, _Ordering>& Eigen::SimplicialCholesky<_MatrixType, _UpLo, _Ordering>::compute(const MatrixType&) [with _MatrixType = Eigen::SparseMatrix; int _UpLo = 1; _Ordering = Eigen::AMDOrdering; MatrixType = Eigen::SparseMatrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:531:7: required from 'Eigen::SimplicialCholesky<_MatrixType, _UpLo, _Ordering>::SimplicialCholesky(const MatrixType&) [with _MatrixType = Eigen::SparseMatrix; int _UpLo = 1; _Ordering = Eigen::AMDOrdering; MatrixType = Eigen::SparseMatrix]' vcglib/vcg/complex/algorithms/implicit_smooth.h:330:70: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116:54: 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 '__m128'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-Wignored-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::Product, 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, 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, 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, Eigen::Matrix, 0>, 2, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, 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, Eigen::Matrix, 0>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:606:26: [ 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; _Scalar = float; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; EvalReturnType = const Eigen::Matrix]' vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116: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 '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 5> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 5, Eigen::Sparse>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:613:27: required from 'void Eigen::SimplicialCholesky<_MatrixType, _UpLo, _Ordering>::_solve_impl(const Eigen::MatrixBase&, Eigen::MatrixBase&) const [with Rhs = Eigen::Product, Eigen::Matrix, 0>; Dest = Eigen::Matrix; _MatrixType = Eigen::SparseMatrix; int _UpLo = 1; _Ordering = Eigen::AMDOrdering]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::SimplicialCholesky, 1, Eigen::AMDOrdering >; RhsType = Eigen::Product, Eigen::Matrix, 0>; Scalar = float; SrcXprType = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; _Scalar = float; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; EvalReturnType = const Eigen::Matrix]' vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116:54: 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 '__m128'} [-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, 1> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 1, Eigen::Sparse>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:615:26: required from 'void Eigen::SimplicialCholesky<_MatrixType, _UpLo, _Ordering>::_solve_impl(const Eigen::MatrixBase&, Eigen::MatrixBase&) const [with Rhs = Eigen::Product, Eigen::Matrix, 0>; Dest = Eigen::Matrix; _MatrixType = Eigen::SparseMatrix; int _UpLo = 1; _Ordering = Eigen::AMDOrdering]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::SimplicialCholesky, 1, Eigen::AMDOrdering >; RhsType = Eigen::Product, Eigen::Matrix, 0>; Scalar = float; SrcXprType = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; _Scalar = float; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; EvalReturnType = const Eigen::Matrix]' vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116:54: 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 '__m128'} [-Wignored-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/DiagonalMatrix.h:278:47: required from 'struct Eigen::internal::traits, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:42:59: [ 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; _Scalar = float; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; EvalReturnType = const Eigen::Matrix]' vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116: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 '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, Eigen::Matrix, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >, Eigen::Matrix, 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::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix > >, Eigen::Matrix, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix > >, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:619:59: [ 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; _Scalar = float; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; EvalReturnType = const Eigen::Matrix]' vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116: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 '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 6> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 6, Eigen::Sparse>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:624:27: required from 'void Eigen::SimplicialCholesky<_MatrixType, _UpLo, _Ordering>::_solve_impl(const Eigen::MatrixBase&, Eigen::MatrixBase&) const [with Rhs = Eigen::Product, Eigen::Matrix, 0>; Dest = Eigen::Matrix; _MatrixType = Eigen::SparseMatrix; int _UpLo = 1; _Ordering = Eigen::AMDOrdering]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::SimplicialCholesky, 1, Eigen::AMDOrdering >; RhsType = Eigen::Product, Eigen::Matrix, 0>; Scalar = float; SrcXprType = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; _Scalar = float; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; EvalReturnType = const Eigen::Matrix]' vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116:54: 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 '__m128'} [-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 >, 2> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 2, Eigen::Sparse>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:626:26: required from 'void Eigen::SimplicialCholesky<_MatrixType, _UpLo, _Ordering>::_solve_impl(const Eigen::MatrixBase&, Eigen::MatrixBase&) const [with Rhs = Eigen::Product, Eigen::Matrix, 0>; Dest = Eigen::Matrix; _MatrixType = Eigen::SparseMatrix; int _UpLo = 1; _Ordering = Eigen::AMDOrdering]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::SimplicialCholesky, 1, Eigen::AMDOrdering >; RhsType = Eigen::Product, Eigen::Matrix, 0>; Scalar = float; SrcXprType = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; _Scalar = float; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; EvalReturnType = const Eigen::Matrix]' vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116:54: 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 '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 2, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:630:29: [ 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; _Scalar = float; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; EvalReturnType = const Eigen::Matrix]' vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116: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 '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-Wignored-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:846:33: required from 'static Derived& Eigen::internal::setIdentity_impl::run(Derived&) [with Derived = Eigen::Matrix; bool Big = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:875:50: required from 'Derived& Eigen::MatrixBase::setIdentity() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:483:24: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-Wignored-attributes] 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, 0, Eigen::Stride<0, 0> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; VectorY = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; OtherScalar = float]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:315:40: required from 'void Eigen::MatrixBase::applyOnTheRight(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = float; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:895:24: required from 'void Eigen::internal::tridiagonal_qr_step(RealScalar*, RealScalar*, Index, Index, Scalar*, Index) [with int StorageOrder = 0; RealScalar = float; Scalar = float; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:548:87: required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix; DiagType = Eigen::Matrix; SubDiagType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370:63: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 1071 | PacketAlignment = 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/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::min_coeff_visitor, -1, 1, false>, 0>; Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:323:14: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff(IndexType*) const [with int NaNPropagation = 0; IndexType = long int; Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = float]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:496:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff(IndexType*) const [with IndexType = long int; Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = float]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:563:35: required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix; DiagType = Eigen::Matrix; SubDiagType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370:63: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: 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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 3, 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, 3, 1, true>; SrcXprType = Eigen::Block, 3, 1, true>; 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, 3, 1, true>; SrcXprType = Eigen::Block, 3, 1, true>; 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, 3, 1, true>; Src = Eigen::Block, 3, 1, true>; 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, 3, 1, true>; Src = Eigen::Block, 3, 1, true>; 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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370:63: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: 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/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, 4>' /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:402:50: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:55:6: required from 'void vcg::ComputeCovarianceMatrix(const std::vector >&, Point3&, Eigen::Matrix&) [with S = float]' vcglib/vcg/space/fitting3.h:69:26: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; _Scalar = float; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; EvalReturnType = const Eigen::Matrix]' vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116: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 '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; _Scalar = float; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; EvalReturnType = const Eigen::Matrix]' vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116: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 '__m128'} [-Wignored-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 = float]' /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/ProductEvaluators.h:349:16: [ 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:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; _Scalar = float; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; EvalReturnType = const Eigen::Matrix]' vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116: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 '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block, 1, -1, false>; Functor = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block, 1, -1, false>; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, 1, -1, false>; Func = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, 1, -1, false>; Func = swap_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 1, -1, false>; Derived = Eigen::Block, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:1033:18: [ 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; _Scalar = float; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; EvalReturnType = const Eigen::Matrix]' vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116:54: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:55:6: required from 'void vcg::ComputeCovarianceMatrix(const std::vector >&, Point3&, Eigen::Matrix&) [with S = float]' vcglib/vcg/space/fitting3.h:69:26: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__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/DenseBase.h:179:81: required from 'class Eigen::DenseBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: 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: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:55:6: required from 'void vcg::ComputeCovarianceMatrix(const std::vector >&, Point3&, Eigen::Matrix&) [with S = float]' vcglib/vcg/space/fitting3.h:69:26: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370:63: 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; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:55:6: required from 'void vcg::ComputeCovarianceMatrix(const std::vector >&, Point3&, Eigen::Matrix&) [with S = float]' vcglib/vcg/space/fitting3.h:69:26: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:55:6: required from 'void vcg::ComputeCovarianceMatrix(const std::vector >&, Point3&, Eigen::Matrix&) [with S = float]' vcglib/vcg/space/fitting3.h:69:26: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = float; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = float; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = float; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:55:6: required from 'void vcg::ComputeCovarianceMatrix(const std::vector >&, Point3&, Eigen::Matrix&) [with S = float]' vcglib/vcg/space/fitting3.h:69:26: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block, 1, -1, false>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block, 1, -1, false>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, 1, -1, false>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, 1, -1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, -1, false>; Src = Eigen::Block, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; _Scalar = float; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; EvalReturnType = const Eigen::Matrix]' vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116:54: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, 1, false> >, Eigen::internal::IndexBased, float>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, float, float>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:55:6: required from 'void vcg::ComputeCovarianceMatrix(const std::vector >&, Point3&, Eigen::Matrix&) [with S = float]' vcglib/vcg/space/fitting3.h:69:26: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370:63: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: 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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, float, float>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block >, 1, 1, false> >; typename Eigen::internal::traits::Scalar = float]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:55:6: required from 'void vcg::ComputeCovarianceMatrix(const std::vector >&, Point3&, Eigen::Matrix&) [with S = float]' vcglib/vcg/space/fitting3.h:69:26: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370:63: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-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 ravetools.so RcppExports.o baseline.o bucketFill.o collapse-cplx.o collapse-real.o columnQuantile.o fastColMeans.o fastQuantile.o fastcov.o ffts.o fftw-wrapper.o filter.o glMatrix4.o glQuaternion.o glVector3.o rawToSEXP.o resample3D.o shiftarray.o threads.o utils.o vcgCommon.o -L/home/th798/.conda/envs/emacs1/lib -lfftw3 installing to /tmp/th798/16179111/R-devel/641/library/00LOCK-ravetools/00new/ravetools/libs ** 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 ** 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 (ravetools) * installing *source* package 'ieegio' ... ** this is package 'ieegio' version '0.0.4' ** package 'ieegio' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (ieegio) The downloaded source packages are in '/tmp/th798/16179111/Rtmp8mNuxK/downloaded_packages' > cat("Time to install revdep:\n") Time to install revdep: > print(install.time) user system elapsed 506.043 37.993 570.742 > print(Sys.time()) [1] "2025-03-29 01:01:18 MST" > downloaded_packages <- file.path( + tempdir(), + "downloaded_packages") > dl.glob <- file.path( + downloaded_packages, + paste0(rev.dep,"_*.tar.gz")) > rev.dep.dl.row <- cbind(rev.dep, Sys.glob(dl.glob)) > colnames(rev.dep.dl.row) <- c("pkg","path") > rev.dep.release.tar.gz <- normalizePath(rev.dep.dl.row[,"path"], mustWork=TRUE) > pkg.Rcheck <- paste0(rev.dep, ".Rcheck") > > proj.dir <- "~/genomic-ml/data.table-revdeps" > source(file.path(proj.dir, "myStatus.R")) > Rvers <- gsub("[()]", "", gsub(" ", "_", R.version[["version.string"]])) > dir.create(Rvers, showWarnings=FALSE) > Rcheck.list <- list() > for(dt.version.short in c("release", "master")){ + dt.tar.gz <- cargs[[dt.version.short]] + dt.version <- gsub(".tar.gz|/.*?_", "", dt.tar.gz) + print(Sys.time()) + install.packages(dt.tar.gz, repos=NULL) + print(Sys.time()) + check.cmd <- get_check_cmd(rev.dep.release.tar.gz) + system(check.cmd) + print(Sys.time()) + dest.Rcheck <- file.path( + Rvers, + paste0(dt.version, ".Rcheck")) + unlink(dest.Rcheck, recursive=TRUE) + file.rename(pkg.Rcheck, dest.Rcheck) + Rcheck.list[[dt.version]] <- file.path(dest.Rcheck, "00check.log") + } [1] "2025-03-29 01:01:18 MST" Installing package into '/tmp/th798/16179111/R-devel/641/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/16179111/R-devel/641/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:01:46 MST" * using log directory '/tmp/th798/16179111/R-devel/641/ieegio.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 'ieegio/DESCRIPTION' ... OK * this is package 'ieegio' version '0.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 'ieegio' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R' OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: OK [1] "2025-03-29 01:03:12 MST" [1] "2025-03-29 01:03:12 MST" Installing package into '/tmp/th798/16179111/R-devel/641/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/16179111/R-devel/641/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:03:38 MST" * using log directory '/tmp/th798/16179111/R-devel/641/ieegio.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 'ieegio/DESCRIPTION' ... OK * this is package 'ieegio' version '0.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 'ieegio' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R' OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: OK [1] "2025-03-29 01:05:06 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 = "641", 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/16179111/R-release/641" > if(requireNamespace("R.cache"))R.cache::getCachePath() Loading required namespace: R.cache [1] "/tmp/th798/16179111/R-release/641/R.cache" > task.id <- as.integer(cargs[["task.str"]]) > deps.df <- read.csv(cargs[["deps.csv"]]) > (rev.dep <- deps.df$Package[task.id]) [1] "ieegio" > job.dir <- file.path(dirname(cargs[["deps.csv"]]), "tasks", task.id) > setwd(task.dir) > .libPaths() [1] "/tmp/th798/16179111/R-release/641/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:05:13 MST" > install.time <- system.time({ + install.packages(rev.dep, dep=TRUE) + }) Installing package into '/tmp/th798/16179111/R-release/641/library' (as 'lib' is unspecified) also installing the dependencies 'pkgfilecache', 'RNiftyReg', 'gsignal', 'data.table', 'filearray', 'freesurferformats', 'gifti', 'oro.nifti', 'readNSx', 'rpyANTs', 'ravetools', 'RNifti', 'rpymat', 'r3js' trying URL 'http://cloud.r-project.org/src/contrib/pkgfilecache_0.1.5.tar.gz' Content type 'application/x-gzip' length 25437 bytes (24 KB) ================================================== downloaded 24 KB trying URL 'http://cloud.r-project.org/src/contrib/RNiftyReg_2.8.4.tar.gz' Content type 'application/x-gzip' length 3928730 bytes (3.7 MB) ================================================== downloaded 3.7 MB trying URL 'http://cloud.r-project.org/src/contrib/gsignal_0.3-7.tar.gz' Content type 'application/x-gzip' length 1332932 bytes (1.3 MB) ================================================== downloaded 1.3 MB trying URL 'http://cloud.r-project.org/src/contrib/data.table_1.17.0.tar.gz' Content type 'application/x-gzip' length 5833671 bytes (5.6 MB) ================================================== downloaded 5.6 MB trying URL 'http://cloud.r-project.org/src/contrib/filearray_0.1.9.tar.gz' Content type 'application/x-gzip' length 122926 bytes (120 KB) ================================================== downloaded 120 KB trying URL 'http://cloud.r-project.org/src/contrib/freesurferformats_0.1.18.tar.gz' Content type 'application/x-gzip' length 3552272 bytes (3.4 MB) ================================================== downloaded 3.4 MB trying URL 'http://cloud.r-project.org/src/contrib/gifti_0.8.0.tar.gz' Content type 'application/x-gzip' length 21138 bytes (20 KB) ================================================== downloaded 20 KB trying URL 'http://cloud.r-project.org/src/contrib/oro.nifti_0.11.4.tar.gz' Content type 'application/x-gzip' length 5234487 bytes (5.0 MB) ================================================== downloaded 5.0 MB trying URL 'http://cloud.r-project.org/src/contrib/readNSx_0.0.5.tar.gz' Content type 'application/x-gzip' length 110257 bytes (107 KB) ================================================== downloaded 107 KB trying URL 'http://cloud.r-project.org/src/contrib/rpyANTs_0.0.4.tar.gz' Content type 'application/x-gzip' length 253841 bytes (247 KB) ================================================== downloaded 247 KB trying URL 'http://cloud.r-project.org/src/contrib/ravetools_0.2.2.tar.gz' Content type 'application/x-gzip' length 1096771 bytes (1.0 MB) ================================================== downloaded 1.0 MB trying URL 'http://cloud.r-project.org/src/contrib/RNifti_1.8.0.tar.gz' Content type 'application/x-gzip' length 1355156 bytes (1.3 MB) ================================================== downloaded 1.3 MB trying URL 'http://cloud.r-project.org/src/contrib/rpymat_0.1.7.tar.gz' Content type 'application/x-gzip' length 30128 bytes (29 KB) ================================================== downloaded 29 KB trying URL 'http://cloud.r-project.org/src/contrib/r3js_0.0.2.tar.gz' Content type 'application/x-gzip' length 1250623 bytes (1.2 MB) ================================================== downloaded 1.2 MB trying URL 'http://cloud.r-project.org/src/contrib/ieegio_0.0.4.tar.gz' Content type 'application/x-gzip' length 154983 bytes (151 KB) ================================================== downloaded 151 KB * installing *source* package 'pkgfilecache' ... ** package 'pkgfilecache' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (pkgfilecache) * installing *source* package 'gsignal' ... ** package 'gsignal' successfully unpacked and MD5 sums checked ** using staged installation ** 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 -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'/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 conv2d.cpp -o conv2d.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/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 filter.cpp -o filter.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/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 fwht.cpp -o fwht.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/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 remez.cpp -o remez.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/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 sosfilt.cpp -o sosfilt.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/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 upfirdn.cpp -o upfirdn.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 gsignal.so RcppExports.o conv2d.o filter.o fwht.o remez.o sosfilt.o upfirdn.o installing to /tmp/th798/16179111/R-release/641/library/00LOCK-gsignal/00new/gsignal/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 ** 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 (gsignal) * 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/16179111/R-release/641/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) * installing *source* package 'filearray' ... ** package 'filearray' successfully unpacked and MD5 sums checked ** using staged installation ** 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 -I../inst/include -I'/projects/genomic-ml/R/R-release/library/BH/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../inst/include -I'/projects/genomic-ml/R/R-release/library/BH/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 collapse.cpp -o collapse.o /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/BH/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 conversion.cpp -o conversion.o /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/BH/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 core.cpp -o core.o /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/BH/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 interfaces.cpp -o interfaces.o /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/BH/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 load.cpp -o load.o /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/BH/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 map.cpp -o map.o /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/BH/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 mapreduce.cpp -o mapreduce.o /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/BH/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 save.cpp -o save.o /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/BH/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 serialize.cpp -o serialize.o /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/BH/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 threadSettings.cpp -o threadSettings.o /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/BH/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 utils.cpp -o utils.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 filearray.so RcppExports.o collapse.o conversion.o core.o interfaces.o load.o map.o mapreduce.o save.o serialize.o threadSettings.o utils.o installing to /tmp/th798/16179111/R-release/641/library/00LOCK-filearray/00new/filearray/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 (filearray) * installing *source* package 'gifti' ... ** package 'gifti' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (gifti) * installing *source* package 'RNifti' ... ** package 'RNifti' successfully unpacked and MD5 sums checked ** using staged installation checking for gcc... /packages/gcc/12.2.0-nnbserq/bin/gcc 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 the compiler supports GNU C... yes checking whether /packages/gcc/12.2.0-nnbserq/bin/gcc accepts -g... yes checking for /packages/gcc/12.2.0-nnbserq/bin/gcc option to enable C11 features... none needed checking for library containing inflate... -lz configure: creating ./config.status config.status: creating src/Makevars ** 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/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DNDEBUG -DHAVE_ZLIB -DUSING_R -DRNIFTI_NIFTILIB_DEDUPLICATE -I../inst/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 main.cpp -o main.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -DNDEBUG -DHAVE_ZLIB -DUSING_R -DRNIFTI_NIFTILIB_DEDUPLICATE -I../inst/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 zzz.c -o zzz.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -DNDEBUG -DHAVE_ZLIB -DUSING_R -DRNIFTI_NIFTILIB_DEDUPLICATE -I../inst/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 znzlib/znzlib.c -o znzlib/znzlib.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -DNDEBUG -DHAVE_ZLIB -DUSING_R -DRNIFTI_NIFTILIB_DEDUPLICATE -I../inst/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 niftilib/nifti1_io.c -o niftilib/nifti1_io.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -DNDEBUG -DHAVE_ZLIB -DUSING_R -DRNIFTI_NIFTILIB_DEDUPLICATE -I../inst/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 niftilib/nifti2_io.c -o niftilib/nifti2_io.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 RNifti.so main.o zzz.o znzlib/znzlib.o niftilib/nifti1_io.o niftilib/nifti2_io.o -lz installing to /tmp/th798/16179111/R-release/641/library/00LOCK-RNifti/00new/RNifti/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 (RNifti) * installing *source* package 'rpymat' ... ** package 'rpymat' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (rpymat) * installing *source* package 'r3js' ... ** package 'r3js' 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 (r3js) * installing *source* package 'RNiftyReg' ... ** package 'RNiftyReg' successfully unpacked and MD5 sums checked ** using staged installation 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++ -std=gnu++17 accepts -g... yes checking for OpenMP flag of C++ compiler... -fopenmp 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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 main.cpp -o main.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 main.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; | ^~~~~~~~~~~~~~~~ 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; | ^~~~~~~~~~~~~~~~ /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' main.cpp:51:69: 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' main.cpp:51:69: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument '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' main.cpp:421:31: 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' main.cpp:421: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] 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' main.cpp:441:31: 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' main.cpp:441: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] 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/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:50:34: required from 'class Eigen::ReturnByValue > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:309:34: required from 'class Eigen::MatrixLogarithmReturnValue >' main.cpp:475: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, 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::ReturnByValue > >, 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::ReturnByValue > >, 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::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' main.cpp:475: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, const Eigen::ReturnByValue > >, 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::ReturnByValue > >, 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::ReturnByValue > >, 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::ReturnByValue > >, 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::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' main.cpp:475: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, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ReturnByValue > >, 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::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:50:34: required from 'class Eigen::ReturnByValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:396:35: required from 'struct Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' main.cpp:475: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::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>' main.cpp:566:100: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:361:24: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:362:22: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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::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::CwiseUnaryOp, 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::CwiseUnaryOp, 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::CwiseUnaryOp, 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::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:362:25: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:363:38: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:243:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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, 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 >, Eigen::internal::member_sum, 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 >, Eigen::internal::member_sum, 0> >' /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, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:243:59: required from 'static void Eigen::internal::matrix_exp_computeUV::run(const ArgType&, MatrixType&, MatrixType&, int&) [with ArgType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:360:40: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:257:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-release/library/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/Core:277: /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::Matrix; 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::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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>, 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, 1, -1, false>, Eigen::Matrix, 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>, 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, 1, -1, false>, 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, 1, -1, false>, 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, 1, -1, false>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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/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/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: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes 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/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >' /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, false>, 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, false>, Eigen::Matrix, 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::Matrix; 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::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:71:31: required from 'void Eigen::internal::matrix_exp_pade3(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:246:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:71:65: required from 'void Eigen::internal::matrix_exp_pade3(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:246:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/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::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:71:43: required from 'void Eigen::internal::matrix_exp_pade3(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:246:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:71:36: required from 'void Eigen::internal::matrix_exp_pade3(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:246:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:89:36: required from 'void Eigen::internal::matrix_exp_pade5(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:248:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:89:48: required from 'void Eigen::internal::matrix_exp_pade5(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:248:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:108:48: required from 'void Eigen::internal::matrix_exp_pade7(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:250:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:109:5: required from 'void Eigen::internal::matrix_exp_pade7(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:250:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:131:60: required from 'void Eigen::internal::matrix_exp_pade9(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:252:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:132:5: required from 'void Eigen::internal::matrix_exp_pade9(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:252:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 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::Matrix, 1, 8>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 1, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 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, 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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-release/library/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/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/Parallelizer.h:126:68: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; 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::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: 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: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:87:38: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Matrix; Rhs = Eigen::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::Matrix; 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::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: 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:91:42: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Matrix; Rhs = Eigen::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::Matrix; 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::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: 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:95:45: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Matrix; Rhs = Eigen::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::Matrix; 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::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: 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, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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::Map, 2, 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, 2, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/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, 2, 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, 2, 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, 2, 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, 2, 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, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:296:40: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Matrix; Rhs = Eigen::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: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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/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 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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, false> >, 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, false> >, 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, false> >, 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, false> >, 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, false> >, 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, false>; 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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 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, 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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 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, false>, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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, false>, 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, false>, 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, false>, 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, false>, 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, false>, 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, false>, 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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument '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 '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/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: 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/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: 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/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::Map, 2, Eigen::Stride<0, 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::Map, 2, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:278:57: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /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/GeneralMatrixMatrix.h:104:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; 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::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: 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/GeneralMatrixMatrix.h:115:15: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; 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::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: 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/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/GeneralMatrixMatrix.h:133:13: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; 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::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: 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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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<-1, 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<-1, 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<-1, 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<-1, 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<-1, 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<-1, 0> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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::OuterStride<> >, -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::OuterStride<> >, -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::OuterStride<> >, -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::OuterStride<> >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -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::OuterStride<> >, -1, -1, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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::OuterStride<> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes 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, 0, Eigen::OuterStride<> >, -1, -1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::OuterStride<> > >::match, 0, Eigen::OuterStride<> >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:288:101: required by substitution of 'template Eigen::Ref, 0, Eigen::OuterStride<> >::Ref(const Eigen::DenseBase&, typename Eigen::internal::enable_if<(bool)(Eigen::internal::traits, 0, Eigen::OuterStride<> > >::match::MatchAtCompileTime), Derived>::type*) [with Derived = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:463:17: required from 'static Eigen::Index Eigen::internal::partial_lu_impl::blocked_lu(Eigen::Index, Eigen::Index, Scalar*, Eigen::Index, PivIndex*, PivIndex&, Eigen::Index) [with Scalar = double; int StorageOrder = 0; PivIndex = int; int SizeAtCompileTime = -1; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:519:17: required from 'void Eigen::internal::partial_lu_inplace(MatrixType&, TranspositionType&, typename TranspositionType::StorageIndex&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; typename TranspositionType::StorageIndex = int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:543:31: required from 'void Eigen::PartialPivLU::compute() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:133:14: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475: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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 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::OuterStride<> >, 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::OuterStride<> >, 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::OuterStride<> >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 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::OuterStride<> >, 1, -1, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 0, 8>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:495:30: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes 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, false> >, 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, false> >, 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, false> >, 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, false> >, 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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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>, 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, false>, 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, false>, 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, false>, 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, false>, 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, false>, 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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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, 0, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -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, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:377:43: required from 'static Eigen::Index Eigen::internal::partial_lu_impl::unblocked_lu(MatrixTypeRef&, PivIndex*, PivIndex&) [with Scalar = double; int StorageOrder = 0; PivIndex = int; int SizeAtCompileTime = -1; Eigen::Index = long int; MatrixTypeRef = Eigen::Ref, 0, Eigen::OuterStride<> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:439:26: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0, 5>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:400:114: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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, 2>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 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::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::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::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::Matrix, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:234:28: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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, false> >, 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, false> >, 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, false> >, 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, false> >, 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, false> >, 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::Matrix; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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 >, -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::Matrix >, -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::Matrix >, -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::Matrix >, -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::Matrix >, -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::Matrix >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes 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::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_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::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_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::Map, 2, Eigen::Stride<0, 0> > >; 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::Block, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:296:25: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:566:100: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 0, Eigen::OuterStride<> >, -1, 1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475: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, 0, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, 0>; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Visitor.h:374:14: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475: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::Matrix >, -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::Matrix >, -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::Block, const Eigen::Matrix >, -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::Block, const Eigen::Matrix >, -1, 1, true>; 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, true>; 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 = 0; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475: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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>; SrcXprType = Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>; SrcXprType = Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>; Src = Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>; Src = Eigen::Block, 0, Eigen::OuterStride<> >, 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::Block, 0, Eigen::OuterStride<> >, 1, -1, false>; Derived = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:483:24: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475: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/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::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/TriangularSolverMatrix.h:155:19: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 5; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; int Side = 1; int Mode = 5]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Ref, 0, Eigen::OuterStride<> >; _MatrixType = Eigen::Ref, 0, Eigen::OuterStride<> >; unsigned int _Mode = 5]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Ref, 0, Eigen::OuterStride<> >; _MatrixType = Eigen::Ref, 0, Eigen::OuterStride<> >; unsigned int _Mode = 5]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:493:62: required from 'static Eigen::Index Eigen::internal::partial_lu_impl::blocked_lu(Eigen::Index, Eigen::Index, Scalar*, Eigen::Index, PivIndex*, PivIndex&, Eigen::Index) [with Scalar = double; int StorageOrder = 0; PivIndex = int; int SizeAtCompileTime = -1; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:519:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475: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 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes 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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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::Ref, 0, Eigen::OuterStride<> >; Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:464:20: required from 'static void Eigen::internal::generic_product_impl::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Ref, 0, Eigen::OuterStride<> >; Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:178:42: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475: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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 0, 7>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 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::OuterStride<> >, 1, -1, false>, 0>' /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::OuterStride<> >, 1, -1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >' /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, 0, Eigen::OuterStride<> >, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 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::Ref, 0, Eigen::OuterStride<> >; Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:464:20: required from 'static void Eigen::internal::generic_product_impl::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Ref, 0, Eigen::OuterStride<> >; Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:178:42: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475: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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:274:18: required from 'void Eigen::internal::outer_product_selector_run(Dst&, const Lhs&, const Rhs&, const Func&, const false_type&) [with Dst = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; Lhs = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>; Func = generic_product_impl, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, Eigen::DenseShape, Eigen::DenseShape, 5>::sub]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:329:41: required from 'static void Eigen::internal::generic_product_impl::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; Lhs = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:178:42: required from 'static void Eigen::internal::Assignment, Eigen::internal::sub_assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::sub_assign_op&) [with DstXprType = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; Lhs = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; Src = Eigen::Product, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:59:31: required from 'ExpressionType& Eigen::NoAlias::operator-=(const StorageBase&) [with OtherDerived = Eigen::Product, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0>; ExpressionType = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:400:77: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475: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, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /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::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; Lhs = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>; Func = generic_product_impl, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, Eigen::DenseShape, Eigen::DenseShape, 5>::sub]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:329:41: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 1, 8>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -1, 1, true>, -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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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::OuterStride<> >, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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, -1, -1> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 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 >, 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 >, 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 >, 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 >, Eigen::Matrix, -1, -1>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::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::Block, const Eigen::Matrix >, -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::Block, const Eigen::Matrix >, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, -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::Block, const Eigen::Matrix >, -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::Block, const Eigen::Matrix >, -1, 1, true>; 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, true>; 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 = 0; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: 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, 0, Eigen::OuterStride<> >, 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::OuterStride<> >, 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::OuterStride<> >, 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::OuterStride<> >, 1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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::OuterStride<> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false>; U = Eigen::Block, 0, Eigen::OuterStride<> >, -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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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::OuterStride<> >, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes 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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475: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, 0, Eigen::OuterStride<> >, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475: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 >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, 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 >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, 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 >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, 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 >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, 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 >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:245:85: required from 'void Eigen::internal::matrix_log_compute_big(const MatrixType&, MatrixType&) [with MatrixType = Eigen::Matrix, -1, -1>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:291:27: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, Eigen::internal::member_sum, 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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, Eigen::internal::member_sum, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, Eigen::internal::member_sum, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, Eigen::internal::member_sum, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:245:101: required from 'void Eigen::internal::matrix_log_compute_big(const MatrixType&, MatrixType&) [with MatrixType = Eigen::Matrix, -1, -1>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:291:27: required from 'MatrixType Eigen::internal::MatrixLogarithmAtomic::compute(const MatrixType&) [with MatrixType = Eigen::Matrix, -1, -1>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h:247:23: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes 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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-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, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:305:153: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475: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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::Matrix, 2, 2> >, 0>': /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, 2> > >' /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, 2> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, const Eigen::Matrix, 2, 2>, Eigen::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, 2, 2> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/ComplexSchur.h:293:32: required from 'Eigen::ComplexSchur<_MatrixType>::ComplexScalar Eigen::ComplexSchur<_MatrixType>::computeShift(Index, Index) [with _MatrixType = Eigen::Matrix, -1, -1>; ComplexScalar = std::complex; Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/ComplexSchur.h:434:27: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /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:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block, 1, -1, false>; Functor = swap_assign_op]' /projects/genomic-ml/R/R-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, 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>; Src = Eigen::Block, 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>; Src = Eigen::Block, 1, -1, false>; Func = swap_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 1, -1, false>; Derived = Eigen::Block, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:1033:18: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475: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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::Block, -1, -1>, -1, 1, true>, -1, 1, false>, -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>, -1, 1, true>, -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 >, const Eigen::Block, -1, -1>, -1, 1, true>, -1, 1, false>, -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>, -1, 1, true>, -1, 1, false>, -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>, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /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::Block, -1, -1>, -1, 1, true>, -1, 1, false>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits, std::complex, false, false, 1, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:126:68: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, long int, general_matrix_matrix_product, 0, false, std::complex, 0, false, 0, 1>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::Matrix, -1, -1>, gemm_blocking_space<0, std::complex, std::complex, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix, -1, -1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix, -1, -1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; int Options = 0; Scalar = std::complex; SrcXprType = Eigen::Product, -1, -1>, -1, -1, false>, Eigen::Block, -1, -1>, -1, -1, false>, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix, -1, -1>; Src = Eigen::Product, -1, -1>, -1, -1, false>, Eigen::Block, -1, -1>, -1, -1, false>, 0>; Func = assign_op, std::complex >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, -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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, -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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, -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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, -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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, -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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 25 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits, std::complex, false, false, 1, 1>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1080:42: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = std::complex; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = std::complex; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = std::complex; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product, 0, false, std::complex, 0, false, 0, 1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Dest = Eigen::Matrix, -1, -1>; BlockingType = Eigen::internal::gemm_blocking_space<0, std::complex, std::complex, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, long int, general_matrix_matrix_product, 0, false, std::complex, 0, false, 0, 1>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::Matrix, -1, -1>, gemm_blocking_space<0, std::complex, std::complex, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix, -1, -1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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, std::complex, false, false, 1, 2>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1085:45: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:82:107: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = std::complex; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = std::complex; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = std::complex; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product, 0, false, std::complex, 0, false, 0, 1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Dest = Eigen::Matrix, -1, -1>; BlockingType = Eigen::internal::gemm_blocking_space<0, std::complex, std::complex, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, long int, general_matrix_matrix_product, 0, false, std::complex, 0, false, 0, 1>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::Matrix, -1, -1>, gemm_blocking_space<0, std::complex, std::complex, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix, -1, -1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = std::complex]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:133:13: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = std::complex; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = std::complex; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = std::complex; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product, 0, false, std::complex, 0, false, 0, 1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Dest = Eigen::Matrix, -1, -1>; BlockingType = Eigen::internal::gemm_blocking_space<0, std::complex, std::complex, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, long int, general_matrix_matrix_product, 0, false, std::complex, 0, false, 0, 1>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::Matrix, -1, -1>, gemm_blocking_space<0, std::complex, std::complex, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix, -1, -1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /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: In instantiation of 'struct Eigen::internal::unpacket_traits >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1979:135: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:133:13: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = std::complex; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = std::complex; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = std::complex; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product, 0, false, std::complex, 0, false, 0, 1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Dest = Eigen::Matrix, -1, -1>; BlockingType = Eigen::internal::gemm_blocking_space<0, std::complex, std::complex, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, long int, general_matrix_matrix_product, 0, false, std::complex, 0, false, 0, 1>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::Matrix, -1, -1>, gemm_blocking_space<0, std::complex, std::complex, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix, -1, -1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:746:64: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 746 | typedef DoublePacket::half> half; | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, -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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, -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::Block >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, -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::Block >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, -1, 1, true>; 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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >, -1, 1, true>; 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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1> > > >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475: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/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gebp_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = false; bool _ConjRhs = false; int Arch = 1; int _PacketSize = 0; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1525:13: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:133:13: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = std::complex; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = std::complex; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = std::complex; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product, 0, false, std::complex, 0, false, 0, 1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Dest = Eigen::Matrix, -1, -1>; BlockingType = Eigen::internal::gemm_blocking_space<0, std::complex, std::complex, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:141:16: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, long int, general_matrix_matrix_product, 0, false, std::complex, 0, false, 0, 1>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::Matrix, -1, -1>, gemm_blocking_space<0, std::complex, std::complex, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix, -1, -1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 858 | dest = pload((const typename unpacket_traits::type*)(a)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_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_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = false; bool _ConjRhs = false; int Arch = 1; int _PacketSize = 1; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1198:19: required from 'void Eigen::internal::lhs_process_one_packet::peeled_kc_onestep(Eigen::Index, const LhsScalar*, const RhsScalar*, GEBPTraits, LhsPacket*, RhsPacketx4*, RhsPacket*, AccPacket*, AccPacket*, AccPacket*, AccPacket*) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, false, 1, 1>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int; RhsPacketx4 = Eigen::internal::QuadPacket >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1269:11: required from 'void Eigen::internal::lhs_process_one_packet::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, ResScalar, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, int, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, false, 1, 1>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1896:8: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:133:13: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = std::complex; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = std::complex; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = std::complex; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product, 0, false, std::complex, 0, false, 0, 1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Dest = Eigen::Matrix, -1, -1>; BlockingType = Eigen::internal::gemm_blocking_space<0, std::complex, std::complex, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:141:16: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_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_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = false; bool _ConjRhs = false; int Arch = 1; int _PacketSize = 2; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1198:19: required from 'void Eigen::internal::lhs_process_one_packet::peeled_kc_onestep(Eigen::Index, const LhsScalar*, const RhsScalar*, GEBPTraits, LhsPacket*, RhsPacketx4*, RhsPacket*, AccPacket*, AccPacket*, AccPacket*, AccPacket*) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, false, 1, 2>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int; RhsPacketx4 = Eigen::internal::QuadPacket >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1269:11: required from 'void Eigen::internal::lhs_process_one_packet::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, ResScalar, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, int, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, false, 1, 2>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1902:8: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:133:13: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = std::complex; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = std::complex; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = std::complex; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product, 0, false, std::complex, 0, false, 0, 1>; Lhs = Eigen::Block, -1, -1>, -1, -1, false>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Dest = Eigen::Matrix, -1, -1>; BlockingType = Eigen::internal::gemm_blocking_space<0, std::complex, std::complex, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:141:16: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_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, std::complex, false, true, 1, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1063:38: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:157:103: 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 = std::complex; Index = long int; int Mode = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = true; 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, -1, -1>; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix, -1, -1>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; typename Dest::Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView, -1, -1>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; int ProductTag = 8; Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView, -1, -1>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; Derived = Eigen::internal::generic_product_impl, -1, -1>, 2>, Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 32 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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, std::complex, true, false, 1, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1074:45: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:157:103: 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 = std::complex; Index = long int; int Mode = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = true; 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, -1, -1>; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix, -1, -1>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; typename Dest::Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView, -1, -1>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; int ProductTag = 8; Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView, -1, -1>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; Derived = Eigen::internal::generic_product_impl, -1, -1>, 2>, Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 32 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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, std::complex, false, true, 1, 1>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1080:42: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:157:103: 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 = std::complex; Index = long int; int Mode = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = true; 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, -1, -1>; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix, -1, -1>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; typename Dest::Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView, -1, -1>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; int ProductTag = 8; Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView, -1, -1>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; Derived = Eigen::internal::generic_product_impl, -1, -1>, 2>, Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 32 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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, std::complex, false, true, 1, 2>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1085:45: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:157:103: 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 = std::complex; Index = long int; int Mode = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = true; 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, -1, -1>; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix, -1, -1>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; typename Dest::Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView, -1, -1>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; int ProductTag = 8; Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView, -1, -1>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; Derived = Eigen::internal::generic_product_impl, -1, -1>, 2>, Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 32 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = true; ResScalar = std::complex]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = true; 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, -1, -1>; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix, -1, -1>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; typename Dest::Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView, -1, -1>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; int ProductTag = 8; Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView, -1, -1>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; Derived = Eigen::internal::generic_product_impl, -1, -1>, 2>, Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView, -1, -1>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; Derived = Eigen::internal::generic_product_impl, -1, -1>, 2>, Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 31 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /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: In instantiation of 'void Eigen::internal::gebp_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = false; bool _ConjRhs = true; int Arch = 1; int _PacketSize = 0; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1525:13: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = true; ResScalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = true; 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, -1, -1>; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix, -1, -1>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; typename Dest::Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView, -1, -1>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; int ProductTag = 8; Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView, -1, -1>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; Derived = Eigen::internal::generic_product_impl, -1, -1>, 2>, Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 32 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 858 | dest = pload((const typename unpacket_traits::type*)(a)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_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, std::complex, true, false, 1, 1>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1080:42: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, true, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:157:103: 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 = std::complex; Index = long int; int Mode = 6; int LhsStorageOrder = 1; bool ConjugateLhs = true; 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, -1, -1>; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; typename Dest::Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; int ProductTag = 8; Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Derived = Eigen::internal::generic_product_impl >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >, 6>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 35 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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, std::complex, true, false, 1, 2>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1085:45: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, true, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:157:103: 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 = std::complex; Index = long int; int Mode = 6; int LhsStorageOrder = 1; bool ConjugateLhs = true; 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, -1, -1>; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; typename Dest::Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; int ProductTag = 8; Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Derived = Eigen::internal::generic_product_impl >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >, 6>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 35 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = true; bool ConjugateRhs = false; ResScalar = std::complex]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 6; int LhsStorageOrder = 1; bool ConjugateLhs = true; 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, -1, -1>; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; typename Dest::Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; int ProductTag = 8; Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Derived = Eigen::internal::generic_product_impl >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >, 6>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Derived = Eigen::internal::generic_product_impl >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >, 6>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 34 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /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: In instantiation of 'void Eigen::internal::gebp_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = false; bool _ConjRhs = true; int Arch = 1; int _PacketSize = 1; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1198:19: required from 'void Eigen::internal::lhs_process_one_packet::peeled_kc_onestep(Eigen::Index, const LhsScalar*, const RhsScalar*, GEBPTraits, LhsPacket*, RhsPacketx4*, RhsPacket*, AccPacket*, AccPacket*, AccPacket*, AccPacket*) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, true, 1, 1>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int; RhsPacketx4 = Eigen::internal::QuadPacket >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1269:11: required from 'void Eigen::internal::lhs_process_one_packet::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, ResScalar, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, int, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, true, 1, 1>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1896:8: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = true; ResScalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = true; 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, -1, -1>; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix, -1, -1>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; typename Dest::Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 34 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 858 | dest = pload((const typename unpacket_traits::type*)(a)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_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_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = false; bool _ConjRhs = true; int Arch = 1; int _PacketSize = 2; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1198:19: required from 'void Eigen::internal::lhs_process_one_packet::peeled_kc_onestep(Eigen::Index, const LhsScalar*, const RhsScalar*, GEBPTraits, LhsPacket*, RhsPacketx4*, RhsPacket*, AccPacket*, AccPacket*, AccPacket*, AccPacket*) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, true, 1, 2>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int; RhsPacketx4 = Eigen::internal::QuadPacket >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1269:11: required from 'void Eigen::internal::lhs_process_one_packet::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, ResScalar, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, int, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, true, 1, 2>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1902:8: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = true; ResScalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = true; 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, -1, -1>; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix, -1, -1>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1> > >; typename Dest::Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 34 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_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_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = true; bool _ConjRhs = false; int Arch = 1; int _PacketSize = 0; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1525:13: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = true; bool ConjugateRhs = false; ResScalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 6; int LhsStorageOrder = 1; bool ConjugateLhs = true; 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, -1, -1>; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; typename Dest::Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; int ProductTag = 8; Scalar = std::complex]' /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, -1, -1>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; Derived = Eigen::internal::generic_product_impl >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >, 6>, Eigen::Block, -1, -1>, -1, -1, false>, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 35 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_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_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = true; bool _ConjRhs = false; int Arch = 1; int _PacketSize = 1; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1198:19: required from 'void Eigen::internal::lhs_process_one_packet::peeled_kc_onestep(Eigen::Index, const LhsScalar*, const RhsScalar*, GEBPTraits, LhsPacket*, RhsPacketx4*, RhsPacket*, AccPacket*, AccPacket*, AccPacket*, AccPacket*) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, true, false, 1, 1>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int; RhsPacketx4 = Eigen::internal::QuadPacket >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1269:11: required from 'void Eigen::internal::lhs_process_one_packet::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, ResScalar, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, int, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, true, false, 1, 1>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1896:8: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = true; bool ConjugateRhs = false; ResScalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 6; int LhsStorageOrder = 1; bool ConjugateLhs = true; 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, -1, -1>; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; typename Dest::Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 37 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_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_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = true; bool _ConjRhs = false; int Arch = 1; int _PacketSize = 2; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1198:19: required from 'void Eigen::internal::lhs_process_one_packet::peeled_kc_onestep(Eigen::Index, const LhsScalar*, const RhsScalar*, GEBPTraits, LhsPacket*, RhsPacketx4*, RhsPacket*, AccPacket*, AccPacket*, AccPacket*, AccPacket*) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, true, false, 1, 2>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int; RhsPacketx4 = Eigen::internal::QuadPacket >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1269:11: required from 'void Eigen::internal::lhs_process_one_packet::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, ResScalar, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, int, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, true, false, 1, 2>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1902:8: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = true; bool ConjugateRhs = false; ResScalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 6; int LhsStorageOrder = 1; bool ConjugateLhs = true; 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, -1, -1>; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::CwiseUnaryOp >, const Eigen::Transpose, -1, -1>, -1, -1, false> > >; Rhs = Eigen::Block, -1, -1>, -1, -1, false>; typename Dest::Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 37 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:413:63: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue, const Eigen::ReturnByValue > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' main.cpp:475:43: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 helpers.cpp -o helpers.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 helpers.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; | ^~~~~~~~~~~~~~~~ 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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 RNifti.cpp -o RNifti.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 AffineMatrix.cpp -o AffineMatrix.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 AffineMatrix.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; | ^~~~~~~~~~~~~~~~ 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; | ^~~~~~~~~~~~~~~~ /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' AffineMatrix.cpp:21:15: 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' AffineMatrix.cpp:21: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 DeformationField.cpp -o DeformationField.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 DeformationField.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; | ^~~~~~~~~~~~~~~~ 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; | ^~~~~~~~~~~~~~~~ /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' DeformationField.cpp:147:11: required from 'Rcpp::NumericVector DeformationField::findPoint(const RNifti::NiftiImage&, const Eigen::Matrix&, bool, const Eigen::Matrix&) const [with int Dim = 2; PrecisionType = float; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]' DeformationField.cpp:326:200: 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' DeformationField.cpp:147:11: required from 'Rcpp::NumericVector DeformationField::findPoint(const RNifti::NiftiImage&, const Eigen::Matrix&, bool, const Eigen::Matrix&) const [with int Dim = 2; PrecisionType = float; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]' DeformationField.cpp:326:200: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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 >' DeformationField.cpp:147:35: required from 'Rcpp::NumericVector DeformationField::findPoint(const RNifti::NiftiImage&, const Eigen::Matrix&, bool, const Eigen::Matrix&) const [with int Dim = 2; PrecisionType = float; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]' DeformationField.cpp:326:200: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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 >' DeformationField.cpp:197:64: required from 'Rcpp::NumericVector DeformationField::findPoint(const RNifti::NiftiImage&, const Eigen::Matrix&, bool, const Eigen::Matrix&) const [with int Dim = 2; PrecisionType = float; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]' DeformationField.cpp:326:200: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes 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' DeformationField.cpp:147:11: required from 'Rcpp::NumericVector DeformationField::findPoint(const RNifti::NiftiImage&, const Eigen::Matrix&, bool, const Eigen::Matrix&) const [with int Dim = 3; PrecisionType = float; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]' DeformationField.cpp:329:200: 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' DeformationField.cpp:147:11: required from 'Rcpp::NumericVector DeformationField::findPoint(const RNifti::NiftiImage&, const Eigen::Matrix&, bool, const Eigen::Matrix&) const [with int Dim = 3; PrecisionType = float; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]' DeformationField.cpp:329:200: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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 >' DeformationField.cpp:147:35: required from 'Rcpp::NumericVector DeformationField::findPoint(const RNifti::NiftiImage&, const Eigen::Matrix&, bool, const Eigen::Matrix&) const [with int Dim = 3; PrecisionType = float; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]' DeformationField.cpp:329:200: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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 >' DeformationField.cpp:197:64: required from 'Rcpp::NumericVector DeformationField::findPoint(const RNifti::NiftiImage&, const Eigen::Matrix&, bool, const Eigen::Matrix&) const [with int Dim = 3; PrecisionType = float; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]' DeformationField.cpp:329:200: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' DeformationField.cpp:163:27: required from 'Rcpp::NumericVector DeformationField::findPoint(const RNifti::NiftiImage&, const Eigen::Matrix&, bool, const Eigen::Matrix&) const [with int Dim = 2; PrecisionType = float; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]' DeformationField.cpp:326:200: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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::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::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::CwiseBinaryOp, const Eigen::Matrix, 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::CwiseBinaryOp, const Eigen::Matrix, 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::CwiseBinaryOp, const Eigen::Matrix, 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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' DeformationField.cpp:197:81: required from 'Rcpp::NumericVector DeformationField::findPoint(const RNifti::NiftiImage&, const Eigen::Matrix&, bool, const Eigen::Matrix&) const [with int Dim = 2; PrecisionType = float; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]' DeformationField.cpp:326:200: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' DeformationField.cpp:163:27: required from 'Rcpp::NumericVector DeformationField::findPoint(const RNifti::NiftiImage&, const Eigen::Matrix&, bool, const Eigen::Matrix&) const [with int Dim = 3; PrecisionType = float; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]' DeformationField.cpp:329:200: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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::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::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::CwiseBinaryOp, const Eigen::Matrix, 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::CwiseBinaryOp, const Eigen::Matrix, 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::CwiseBinaryOp, const Eigen::Matrix, 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::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' DeformationField.cpp:197:81: required from 'Rcpp::NumericVector DeformationField::findPoint(const RNifti::NiftiImage&, const Eigen::Matrix&, bool, const Eigen::Matrix&) const [with int Dim = 3; PrecisionType = float; Rcpp::NumericVector = Rcpp::Vector<14, Rcpp::PreserveStorage>]' DeformationField.cpp:329:200: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: 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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 aladin.cpp -o aladin.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 aladin.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; | ^~~~~~~~~~~~~~~~ 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; | ^~~~~~~~~~~~~~~~ /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' aladin.cpp:86:35: required from 'AladinResult regAladin(const RNifti::NiftiImage&, const RNifti::NiftiImage&, LinearTransformScope, bool, int, int, int, int, const RNifti::NiftiImage&, const RNifti::NiftiImage&, const AffineMatrix&, bool, bool) [with PrecisionType = float]' aladin.cpp:99:394: 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' aladin.cpp:86:35: required from 'AladinResult regAladin(const RNifti::NiftiImage&, const RNifti::NiftiImage&, LinearTransformScope, bool, int, int, int, int, const RNifti::NiftiImage&, const RNifti::NiftiImage&, const AffineMatrix&, bool, bool) [with PrecisionType = float]' aladin.cpp:99:394: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 f3d.cpp -o f3d.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 f3d.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; | ^~~~~~~~~~~~~~~~ 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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 reg-lib/AladinContent.cpp -o reg-lib/AladinContent.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_blockMatching.h:17, from reg-lib/AladinContent.h:10, from reg-lib/AladinContent.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; | ^~~~~~~~~~~~~~~~ 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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 reg-lib/Platform.cpp -o reg-lib/Platform.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_blockMatching.h:17, from reg-lib/AladinContent.h:10, from reg-lib/Platform.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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 reg-lib/_reg_aladin.cpp -o reg-lib/_reg_aladin.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_blockMatching.h:17, from reg-lib/_reg_aladin.h:19, from reg-lib/_reg_aladin.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/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 reg-lib/_reg_aladin_sym.cpp -o reg-lib/_reg_aladin_sym.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_blockMatching.h:17, from reg-lib/_reg_aladin.h:19, from reg-lib/_reg_aladin_sym.h:15, from reg-lib/_reg_aladin_sym.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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 reg-lib/_reg_base.cpp -o reg-lib/_reg_base.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_tools.h:19, from reg-lib/cpu/_reg_globalTrans.h:18, from reg-lib/_reg_base.h:16, from reg-lib/_reg_base.cpp:15: /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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 reg-lib/_reg_f3d.cpp -o reg-lib/_reg_f3d.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_tools.h:19, from reg-lib/cpu/_reg_globalTrans.h:18, from reg-lib/_reg_base.h:16, from reg-lib/_reg_f3d.h:15, from reg-lib/_reg_f3d.cpp:15: /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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 reg-lib/_reg_f3d2.cpp -o reg-lib/_reg_f3d2.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_tools.h:19, from reg-lib/cpu/_reg_globalTrans.h:18, from reg-lib/_reg_base.h:16, from reg-lib/_reg_f3d.h:15, from reg-lib/_reg_f3d_sym.h:15, from reg-lib/_reg_f3d2.h:12, from reg-lib/_reg_f3d2.cpp:16: /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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 reg-lib/_reg_f3d_sym.cpp -o reg-lib/_reg_f3d_sym.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_tools.h:19, from reg-lib/cpu/_reg_globalTrans.h:18, from reg-lib/_reg_base.h:16, from reg-lib/_reg_f3d.h:15, from reg-lib/_reg_f3d_sym.h:15, from reg-lib/_reg_f3d_sym.cpp:15: /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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 reg-lib/cpu/CPUAffineDeformationFieldKernel.cpp -o reg-lib/cpu/CPUAffineDeformationFieldKernel.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_blockMatching.h:17, from reg-lib/AladinContent.h:10, from reg-lib/cpu/CPUAffineDeformationFieldKernel.h:5, from reg-lib/cpu/CPUAffineDeformationFieldKernel.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; | ^~~~~~~~~~~~~~~~ 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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 reg-lib/cpu/CPUBlockMatchingKernel.cpp -o reg-lib/cpu/CPUBlockMatchingKernel.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_blockMatching.h:17, from reg-lib/cpu/CPUBlockMatchingKernel.h:5, from reg-lib/cpu/CPUBlockMatchingKernel.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; | ^~~~~~~~~~~~~~~~ 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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 reg-lib/cpu/CPUConvolutionKernel.cpp -o reg-lib/cpu/CPUConvolutionKernel.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_tools.h:19, from reg-lib/cpu/_reg_globalTrans.h:18, from reg-lib/cpu/CPUConvolutionKernel.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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 reg-lib/cpu/CPUKernelFactory.cpp -o reg-lib/cpu/CPUKernelFactory.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_blockMatching.h:17, from reg-lib/AladinContent.h:10, from reg-lib/KernelFactory.h:4, from reg-lib/cpu/CPUKernelFactory.h:4, from reg-lib/cpu/CPUKernelFactory.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; | ^~~~~~~~~~~~~~~~ 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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 reg-lib/cpu/CPUOptimiseKernel.cpp -o reg-lib/cpu/CPUOptimiseKernel.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_blockMatching.h:17, from reg-lib/cpu/CPUOptimiseKernel.h:5, from reg-lib/cpu/CPUOptimiseKernel.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; | ^~~~~~~~~~~~~~~~ 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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 reg-lib/cpu/CPUResampleImageKernel.cpp -o reg-lib/cpu/CPUResampleImageKernel.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_blockMatching.h:17, from reg-lib/AladinContent.h:10, from reg-lib/cpu/CPUResampleImageKernel.h:5, from reg-lib/cpu/CPUResampleImageKernel.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; | ^~~~~~~~~~~~~~~~ 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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 reg-lib/cpu/_reg_blockMatching.cpp -o reg-lib/cpu/_reg_blockMatching.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_blockMatching.h:17, from reg-lib/cpu/_reg_blockMatching.cpp:12: /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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 reg-lib/cpu/_reg_globalTrans.cpp -o reg-lib/cpu/_reg_globalTrans.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_tools.h:19, from reg-lib/cpu/_reg_globalTrans.h:18, from reg-lib/cpu/_reg_globalTrans.cpp:15: /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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 reg-lib/cpu/_reg_localTrans.cpp -o reg-lib/cpu/_reg_localTrans.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_tools.h:19, from reg-lib/cpu/_reg_globalTrans.h:18, from reg-lib/cpu/_reg_localTrans.h:20, from reg-lib/cpu/_reg_localTrans.cpp:13: /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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 reg-lib/cpu/_reg_localTrans_jac.cpp -o reg-lib/cpu/_reg_localTrans_jac.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_tools.h:19, from reg-lib/cpu/_reg_globalTrans.h:18, from reg-lib/cpu/_reg_localTrans.h:20, from reg-lib/cpu/_reg_localTrans_jac.h:16, from reg-lib/cpu/_reg_localTrans_jac.cpp:12: /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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 reg-lib/cpu/_reg_localTrans_regul.cpp -o reg-lib/cpu/_reg_localTrans_regul.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_tools.h:19, from reg-lib/cpu/_reg_splineBasis.h:15, from reg-lib/cpu/_reg_localTrans_regul.h:16, from reg-lib/cpu/_reg_localTrans_regul.cpp:12: /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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 reg-lib/cpu/_reg_maths.cpp -o reg-lib/cpu/_reg_maths.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_maths.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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 reg-lib/cpu/_reg_maths_eigen.cpp -o reg-lib/cpu/_reg_maths_eigen.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_maths_eigen.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; | ^~~~~~~~~~~~~~~~ /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' reg-lib/cpu/_reg_maths_eigen.cpp:52:11: 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' reg-lib/cpu/_reg_maths_eigen.cpp:52: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] 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/SVD/SVDBase.h:274:22: required from 'class Eigen::SVDBase, 2> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:488:60: required from 'class Eigen::JacobiSVD, 2>' reg-lib/cpu/_reg_maths_eigen.cpp:64: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>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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/QR/ColPivHouseholderQR.h:440:19: required from 'class Eigen::ColPivHouseholderQR >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:246:10: required from 'struct Eigen::internal::qr_preconditioner_impl, 2, 0, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:609:110: required from 'class Eigen::JacobiSVD, 2>' reg-lib/cpu/_reg_maths_eigen.cpp:64: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/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' reg-lib/cpu/_reg_maths_eigen.cpp:226:20: 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' reg-lib/cpu/_reg_maths_eigen.cpp:226:20: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:50:34: required from 'class Eigen::ReturnByValue > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:316:34: required from 'class Eigen::MatrixSquareRootReturnValue >' reg-lib/cpu/_reg_maths_eigen.cpp:234:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes 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' reg-lib/cpu/_reg_maths_eigen.cpp:244:20: 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' reg-lib/cpu/_reg_maths_eigen.cpp:244:20: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:50:34: required from 'class Eigen::ReturnByValue > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:396:35: required from 'struct Eigen::MatrixExponentialReturnValue >' reg-lib/cpu/_reg_maths_eigen.cpp:256: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 > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:50:34: required from 'class Eigen::ReturnByValue > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:396:35: required from 'struct Eigen::MatrixExponentialReturnValue >' reg-lib/cpu/_reg_maths_eigen.cpp:273:13: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:50:34: required from 'class Eigen::ReturnByValue > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:309:34: required from 'class Eigen::MatrixLogarithmReturnValue >' reg-lib/cpu/_reg_maths_eigen.cpp:303: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 > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:50:34: required from 'class Eigen::ReturnByValue > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:309:34: required from 'class Eigen::MatrixLogarithmReturnValue >' reg-lib/cpu/_reg_maths_eigen.cpp:320:13: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Inverse.h:68:7: required from 'class Eigen::InverseImpl, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Inverse.h:43:7: required from 'class Eigen::Inverse >' reg-lib/cpu/_reg_maths_eigen.cpp:336: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::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/SVD/JacobiSVD.h:679:37: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::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/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:691:29: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::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/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:691:29: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -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/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/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/SVD/JacobiSVD.h:697:32: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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>, 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::Block, -1, -1, false>, 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::Block, -1, -1, false>, 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::Block, -1, -1, false>, 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::Block, -1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:697:60: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::Matrix >, 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 >, 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 >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, const Eigen::Matrix >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:705:61: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -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 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:758:35: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 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::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::Block, -1, 1, true> > >' /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, true>, Eigen::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, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:765:62: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -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/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:777:65: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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 >, 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/SVD/JacobiSVD.h:228:33: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -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/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:175:44: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, -1, -1, false> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:231:121: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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/misc/RealSvd2x2.h:25:26: required from 'void Eigen::internal::real_2x2_jacobi_svd(const MatrixType&, Index, Index, Eigen::JacobiRotation*, Eigen::JacobiRotation*) [with MatrixType = Eigen::Matrix; RealScalar = double; Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:730:42: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 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/Jacobi/Jacobi.h:297:10: required from 'void Eigen::MatrixBase::applyOnTheLeft(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:733:40: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 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/SelfCwiseBinaryOp.h:20:67: required from 'Derived& Eigen::DenseBase::operator*=(const Scalar&) [with Derived = Eigen::Block, -1, 1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:758:39: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 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/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:555:41: required from 'Eigen::PartialPivLU::Scalar Eigen::PartialPivLU::determinant() const [with _MatrixType = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:40: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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, 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/Householder/HouseholderSequence.h:297:21: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:303:34: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -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/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/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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:59: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -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: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:310:26: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -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/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/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: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:82: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 1, 2, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, 2, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, 2, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 2, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 2, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 2, 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/Jacobi/Jacobi.h:297:10: required from 'void Eigen::MatrixBase::applyOnTheLeft(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/misc/RealSvd2x2.h:46:19: required from 'void Eigen::internal::real_2x2_jacobi_svd(const MatrixType&, Index, Index, Eigen::JacobiRotation*, Eigen::JacobiRotation*) [with MatrixType = Eigen::Matrix; RealScalar = double; Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:730:42: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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/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, 1, 2, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 2, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 2, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 1, 2, 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, 2, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:297:10: required from 'void Eigen::MatrixBase::applyOnTheLeft(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/misc/RealSvd2x2.h:46:19: required from 'void Eigen::internal::real_2x2_jacobi_svd(const MatrixType&, Index, Index, Eigen::JacobiRotation*, Eigen::JacobiRotation*) [with MatrixType = Eigen::Matrix; RealScalar = double; Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:730:42: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: 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; | ^~~~ 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, 1, -1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, 1, -1, false>; VectorY = Eigen::Block, 1, -1, false>; OtherScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:299:40: required from 'void Eigen::MatrixBase::applyOnTheLeft(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:733:40: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, -1, 1, true>; VectorY = Eigen::Block, -1, 1, true>; OtherScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:315:40: required from 'void Eigen::MatrixBase::applyOnTheRight(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:734:53: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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] 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: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: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -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 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 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, false>, -1, -1, false>, Eigen::Block, -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>, -1, -1, false>, Eigen::Block, -1, 1, false>, 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, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 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, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -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 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::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::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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::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/RcppEigen/include/Eigen/src/Householder/Householder.h:169:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 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> > >, Eigen::Transpose, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0, 5>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 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: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 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, false> >, Eigen::Block, -1, -1, false>, -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> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 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, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 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, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -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 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::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::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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::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/RcppEigen/include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, 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::Matrix >, const Eigen::Block, -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, -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, -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, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 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::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 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::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -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/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:175:44: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 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, false> >, 6>, Eigen::Block, -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> >, 6>, Eigen::Block, -1, -1, false>, 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, false> >, 6>, Eigen::Block, -1, -1, false>, 0, 8>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 2>, 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, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, 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, 2>, 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, 2>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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 >, 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/TriangularMatrix.h:175:44: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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 >, 1>, 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 >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, 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 >, 1>, 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 >, 1>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, -1, false>, 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, -1, -1, false>, 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, -1, -1, false>, 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, -1, -1, false>, 5>, 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, -1, -1, false>, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 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:846:33: required from 'static Derived& Eigen::internal::setIdentity_impl::run(Derived&) [with Derived = Eigen::Matrix; bool Big = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:875:50: required from 'Derived& Eigen::MatrixBase::setIdentity() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:892:21: required from 'Derived& Eigen::MatrixBase::setIdentity(Eigen::Index, Eigen::Index) [with Derived = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:698:45: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 2, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, 1, 2, false>; VectorY = Eigen::Block, 1, 2, false>; OtherScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:299:40: required from 'void Eigen::MatrixBase::applyOnTheLeft(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/misc/RealSvd2x2.h:46:19: required from 'void Eigen::internal::real_2x2_jacobi_svd(const MatrixType&, Index, Index, Eigen::JacobiRotation*, Eigen::JacobiRotation*) [with MatrixType = Eigen::Matrix; RealScalar = double; Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:730:42: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, -1, 1, false>, 0>; Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Visitor.h:374:14: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff(IndexType*) const [with int NaNPropagation = 0; IndexType = long int; Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:501:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff(IndexType*) const [with IndexType = long int; Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:777:88: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/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/Eigenvalues/./HessenbergDecomposition.h:85:128: required from 'class Eigen::HessenbergDecomposition >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:230:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: 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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 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: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:268:38: required from 'static void Eigen::internal::matrix_sqrt_compute::run(const MatrixType&, ResultType&) [with ResultType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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, 3>' /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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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>': /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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, Eigen::Matrix, 0>, 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::Matrix, 0>, 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::Matrix, 0>, 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::Matrix, 0>, Eigen::Transpose >, 0, 3>' /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::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::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/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:361:24: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:362:22: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::CwiseUnaryOp, 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::CwiseUnaryOp, 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::CwiseUnaryOp, 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::CwiseUnaryOp, 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::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:362:25: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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 >, 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/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:363:38: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::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/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:361:24: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:362:22: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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::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::CwiseUnaryOp, 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::CwiseUnaryOp, 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::CwiseUnaryOp, 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::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:362:25: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:363:38: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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, 3, 3> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 3, 3> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 3, 3> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 3, 3> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 3, 3> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl >, Eigen::Matrix, 3, 3>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303: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 >, Eigen::Matrix, 4, 4> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 4, 4> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 4, 4> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 4, 4> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 4, 4> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl >, Eigen::Matrix, 4, 4>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:320:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::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::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_max_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_max_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:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 1; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:679:71: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: 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, -1, 1, true>, -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, true>, -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, true>, -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, true>, -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, true>, -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, true>, -1, 1, false>, -1, 1, false>, 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/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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] 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>, -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, true>, -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, 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/Householder/Householder.h:129:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 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>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -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, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 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>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 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>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 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>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -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, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -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, -1, 1, true>, -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, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-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>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 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::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 5>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 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/TriangularMatrix.h:406:42: required from 'Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::TriangularViewType& Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::setConstant(const Scalar&) [with _MatrixType = Eigen::Matrix; unsigned int _Mode = 10; TriangularViewType = Eigen::TriangularView, 10>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:409:44: required from 'Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::TriangularViewType& Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::setZero() [with _MatrixType = Eigen::Matrix; unsigned int _Mode = 10; TriangularViewType = Eigen::TriangularView, 10>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:298:61: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 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: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, -1, false>, -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, false>, -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, 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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, -1, false>, -1, 1, true>, -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>, -1, 1, true>, -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>, -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, false>, -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, false>, -1, 1, true>, -1, 1, false>, 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, false>, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, -1, false>, -1, 1, true>, -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>, -1, 1, true>, -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>, -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, false>, -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, false>, -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, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:90: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -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::Transpose, -1, -1, false>, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -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::Transpose, -1, -1, false>, -1, 1, true>, -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::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, -1, false>, -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>, -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>, -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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0>, 0>': /projects/genomic-ml/R/R-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, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 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::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0, 7>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:64:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 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, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 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, 1, -1, true>, 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, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:73:50: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::Matrix >, Eigen::internal::member_sum, 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 >, Eigen::internal::member_sum, 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 >, Eigen::internal::member_sum, 0> >' /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, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:533:46: required from 'void Eigen::PartialPivLU::compute() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:133:14: required from 'Eigen::PartialPivLU& Eigen::PartialPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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::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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:243:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::Matrix >, Eigen::internal::member_sum, 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 >, Eigen::internal::member_sum, 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 >, Eigen::internal::member_sum, 0> >' /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, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:243:59: required from 'static void Eigen::internal::matrix_exp_computeUV::run(const ArgType&, MatrixType&, MatrixType&, int&) [with ArgType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:360:40: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:257:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:243:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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, 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 >, Eigen::internal::member_sum, 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 >, Eigen::internal::member_sum, 0> >' /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, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:243:59: required from 'static void Eigen::internal::matrix_exp_computeUV::run(const ArgType&, MatrixType&, MatrixType&, int&) [with ArgType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:360:40: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:257:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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>': /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> > >' /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> > >' /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, true>, Eigen::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, true> >' /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::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, 1, true>, -1, 1, false>, -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, true>, -1, 1, false>, -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, true>, -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, true>, -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, true>, -1, 1, false>, -1, 1, false>, 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, false>, -1, 1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, true>, -1, 1, false>, -1, 1, false>, 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::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, 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::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, 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::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, 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::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:22: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, true>, -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, 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, const Eigen::Block, -1, 1, true>, -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, true>, -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, true>, -1, 1, false> >' /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::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::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: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::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/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:271:34: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::compute(const Eigen::EigenBase&, bool) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:113:14: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:50:34: required from 'class Eigen::ReturnByValue > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/./HessenbergDecomposition.h:339:38: required from 'struct Eigen::internal::HessenbergDecompositionMatrixHReturnType >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:279:39: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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, 3>' /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/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:70:27: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::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::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::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:71:31: required from 'void Eigen::internal::matrix_exp_pade3(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:246:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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, 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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:71:65: required from 'void Eigen::internal::matrix_exp_pade3(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:246:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:71:43: required from 'void Eigen::internal::matrix_exp_pade3(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:246:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:71:36: required from 'void Eigen::internal::matrix_exp_pade3(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:246:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:89:36: required from 'void Eigen::internal::matrix_exp_pade5(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:248:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:89:48: required from 'void Eigen::internal::matrix_exp_pade5(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:248:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:108:48: required from 'void Eigen::internal::matrix_exp_pade7(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:250:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:109:5: required from 'void Eigen::internal::matrix_exp_pade7(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:250:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:131:60: required from 'void Eigen::internal::matrix_exp_pade9(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:252:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:132:5: required from 'void Eigen::internal::matrix_exp_pade9(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:252:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:71:31: required from 'void Eigen::internal::matrix_exp_pade3(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:246:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:71:65: required from 'void Eigen::internal::matrix_exp_pade3(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:246:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/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::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:71:43: required from 'void Eigen::internal::matrix_exp_pade3(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:246:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:71:36: required from 'void Eigen::internal::matrix_exp_pade3(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:246:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:89:36: required from 'void Eigen::internal::matrix_exp_pade5(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:248:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:89:48: required from 'void Eigen::internal::matrix_exp_pade5(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:248:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:108:48: required from 'void Eigen::internal::matrix_exp_pade7(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:250:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:109:5: required from 'void Eigen::internal::matrix_exp_pade7(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:250:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:131:60: required from 'void Eigen::internal::matrix_exp_pade9(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:252:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:132:5: required from 'void Eigen::internal::matrix_exp_pade9(const MatA&, MatU&, MatV&) [with MatA = Eigen::Matrix; MatU = Eigen::Matrix; MatV = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:252:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes 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/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, 1, -1, false>, 0>; Derived = Eigen::Block, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Visitor.h:374:14: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff(IndexType*) const [with int NaNPropagation = 0; IndexType = long int; Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:501:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff(IndexType*) const [with IndexType = long int; Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:521:90: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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::Block, -1, 1, true>, -1, 1, false>, -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, true>, -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, const Eigen::Block, -1, 1, true>, -1, 1, false>, -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, true>, -1, 1, false>, -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, true>, -1, 1, false>, -1, 1, false> >' /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::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /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/DenseCoeffsBase.h:142:7: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index) const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; CoeffReturnType = const double&; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:79:20: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, 1, false>, 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, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/DenseCoeffsBase.h:142:7: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index) const [with Derived = Eigen::Block, -1, 1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:182:19: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::operator()(Eigen::Index) const [with Derived = Eigen::Block, -1, 1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:53: required from 'void Eigen::internal::make_block_householder_triangular_factor(TriangularFactorType&, const VectorsType&, const CoeffsType&) [with TriangularFactorType = Eigen::Matrix; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: required from 'void Eigen::internal::apply_block_householder_on_the_left(MatrixType&, const VectorsType&, const CoeffsType&, bool) [with MatrixType = Eigen::Block, -1, -1, false>; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 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/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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] 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<-1, 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<-1, 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<-1, 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<-1, 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<-1, 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<-1, 0> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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, 0, Eigen::OuterStride<> >, -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::OuterStride<> >, -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::OuterStride<> >, -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::OuterStride<> >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -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::OuterStride<> >, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, -1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::OuterStride<> > >::match, 0, Eigen::OuterStride<> >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:288:101: required by substitution of 'template Eigen::Ref, 0, Eigen::OuterStride<> >::Ref(const Eigen::DenseBase&, typename Eigen::internal::enable_if<(bool)(Eigen::internal::traits, 0, Eigen::OuterStride<> > >::match::MatchAtCompileTime), Derived>::type*) [with Derived = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:463:17: required from 'static Eigen::Index Eigen::internal::partial_lu_impl::blocked_lu(Eigen::Index, Eigen::Index, Scalar*, Eigen::Index, PivIndex*, PivIndex&, Eigen::Index) [with Scalar = double; int StorageOrder = 0; PivIndex = int; int SizeAtCompileTime = -1; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:519:17: required from 'void Eigen::internal::partial_lu_inplace(MatrixType&, TranspositionType&, typename TranspositionType::StorageIndex&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; typename TranspositionType::StorageIndex = int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:543:31: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 0, Eigen::OuterStride<> >, 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::OuterStride<> >, 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::OuterStride<> >, 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::OuterStride<> >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 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::OuterStride<> >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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] 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::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 0, 8>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:495:30: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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, 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/Householder/HouseholderSequence.h:297:21: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -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/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/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: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 4, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 4, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 4, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 4, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 4, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 4, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 4, 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, 4, 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, 4, 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, 4, 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, 4, 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, 4, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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/Eigenvalues/RealSchur.h:339:57: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::computeFromHessenberg(const HessMatrixType&, const OrthMatrixType&, bool) [with HessMatrixType = Eigen::internal::HessenbergDecompositionMatrixHReturnType >; OrthMatrixType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:279:24: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::compute(const Eigen::EigenBase&, bool) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:113:14: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 2, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 2, 2, false>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 2, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 2, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, 2, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 2, 2, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/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/Eigenvalues/./HessenbergDecomposition.h:85:128: required from 'class Eigen::HessenbergDecomposition >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:230:41: required from 'class Eigen::RealSchur >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/EigenSolver.h:316:27: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: 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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 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: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 2, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, 2, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, 2, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 2, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 2, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, 2, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Product, 2, 2>, Eigen::DiagonalWrapper >, const Eigen::Matrix, 2, 1> > >, 1>, Eigen::Inverse, 2, 2> >, 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::Product, 2, 2>, Eigen::DiagonalWrapper >, const Eigen::Matrix, 2, 1> > >, 1>, Eigen::Inverse, 2, 2> >, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::Product, 2, 2>, Eigen::DiagonalWrapper >, const Eigen::Matrix, 2, 1> > >, 1>, Eigen::Inverse, 2, 2> >, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, const Eigen::Product, 2, 2>, Eigen::DiagonalWrapper >, const Eigen::Matrix, 2, 1> > >, 1>, Eigen::Inverse, 2, 2> >, 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::Product, 2, 2>, Eigen::DiagonalWrapper >, const Eigen::Matrix, 2, 1> > >, 1>, Eigen::Inverse, 2, 2> >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:28:105: required from 'void Eigen::internal::matrix_sqrt_quasi_triangular_2x2_diagonal_block(const MatrixType&, Eigen::Index, ResultType&) [with MatrixType = Eigen::Matrix; ResultType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:130:54: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, Eigen::Block, -1, -1, false>, 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, false>, Eigen::Block, -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>, Eigen::Block, -1, -1, false>, 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, false>, Eigen::Block, -1, -1, false>, 0, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::Block, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:111:40: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 2, 1, false>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 2, 1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:63:73: required from 'void Eigen::internal::matrix_sqrt_quasi_triangular_2x1_off_diagonal_block(const MatrixType&, Eigen::Index, Eigen::Index, ResultType&) [with MatrixType = Eigen::Matrix; ResultType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:153:60: required from 'void Eigen::internal::matrix_sqrt_quasi_triangular_off_diagonal(const MatrixType&, ResultType&) [with MatrixType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:185:54: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::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::CwiseNullaryOp, 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::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:63:43: required from 'void Eigen::internal::matrix_sqrt_quasi_triangular_2x1_off_diagonal_block(const MatrixType&, Eigen::Index, Eigen::Index, ResultType&) [with MatrixType = Eigen::Matrix; ResultType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:153:60: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, 1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, 1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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 >, 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/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:65:55: required from 'void Eigen::internal::matrix_sqrt_quasi_triangular_2x1_off_diagonal_block(const MatrixType&, Eigen::Index, Eigen::Index, ResultType&) [with MatrixType = Eigen::Matrix; ResultType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:153:60: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 1, 2, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 2, false>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 2, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 2, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 2, false>, 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, 2, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 2, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, 2, false> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, 2, false> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 2, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 2, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 2, 2, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 1, 2, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, 2, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, 2, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 2, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 2, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 2, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 1, 2, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, 2, false> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, 2, false> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 2, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 2, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, 2, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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 >, Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Transpose > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:52:67: required from 'void Eigen::internal::matrix_sqrt_quasi_triangular_1x2_off_diagonal_block(const MatrixType&, Eigen::Index, Eigen::Index, ResultType&) [with MatrixType = Eigen::Matrix; ResultType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:155:60: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 1, 4, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, 4, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, 4, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 4, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 4, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 4, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 1, 4, 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, 4, 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, 4, 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, 4, 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, 4, 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, 4, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 1, 4, false>, 1, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 4, false>, 1, -1, false>, Eigen::Block, 4, 1, true>, -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, 4, false>, 1, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, 1, 4, false>, 1, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 0, 6>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, 4, false>, 1, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 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, 4, false>, 1, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:38:49: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/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:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> >' /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::Block, -1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 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::Block, -1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /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::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; 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::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ 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:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _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/SVD/JacobiSVD.h:697:18: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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] 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::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 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/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -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, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:377:43: required from 'static Eigen::Index Eigen::internal::partial_lu_impl::unblocked_lu(MatrixTypeRef&, PivIndex*, PivIndex&) [with Scalar = double; int StorageOrder = 0; PivIndex = int; int SizeAtCompileTime = -1; Eigen::Index = long int; MatrixTypeRef = Eigen::Ref, 0, Eigen::OuterStride<> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:439:26: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 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/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0, 5>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:400:114: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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, 4, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 4, -1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 4, -1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 4, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 4, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 4, -1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 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, false>, -1, -1, false>, Eigen::Block, -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>, -1, -1, false>, Eigen::Block, -1, 1, false>, 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, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::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::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: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::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/RcppEigen/include/Eigen/src/Householder/Householder.h:169:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -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/RcppEigen/include/Eigen/src/Householder/Householder.h:170:53: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 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> > >, Eigen::Transpose, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 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, false> >, Eigen::Block, -1, -1, false>, -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> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 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, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::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::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: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::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/RcppEigen/include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, 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::Matrix >, const Eigen::Block, -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, -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, -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, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 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::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 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::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -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/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/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: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Block, 4, 1, true>, -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, 4, 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, const Eigen::Block, 4, 1, true>, -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, 4, 1, true>, -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, 4, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:370:68: required from 'typename MatrixType::Scalar Eigen::RealSchur<_MatrixType>::computeNormOfT() [with _MatrixType = Eigen::Matrix; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:309:17: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, 4, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 4, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 4, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 4, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 4, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 4, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 3, 1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 3, 1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3, 1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 3, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 3, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 3, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 2, 1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, 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, 2, 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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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 >, 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/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:94:41: required from 'void Eigen::internal::matrix_sqrt_quasi_triangular_solve_auxiliary_equation(MatrixType&, const MatrixType&, const MatrixType&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:113:56: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, 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, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > >, Eigen::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, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:245:85: required from 'void Eigen::internal::matrix_log_compute_big(const MatrixType&, MatrixType&) [with MatrixType = Eigen::Matrix, -1, -1, 0, 3, 3>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:291:27: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303: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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, Eigen::internal::member_sum, 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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, Eigen::internal::member_sum, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, Eigen::internal::member_sum, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, Eigen::internal::member_sum, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:245:101: required from 'void Eigen::internal::matrix_log_compute_big(const MatrixType&, MatrixType&) [with MatrixType = Eigen::Matrix, -1, -1, 0, 3, 3>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:291:27: required from 'MatrixType Eigen::internal::MatrixLogarithmAtomic::compute(const MatrixType&) [with MatrixType = Eigen::Matrix, -1, -1, 0, 3, 3>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h:247:23: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303: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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, 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, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > >, Eigen::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, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:245:85: required from 'void Eigen::internal::matrix_log_compute_big(const MatrixType&, MatrixType&) [with MatrixType = Eigen::Matrix, -1, -1, 0, 4, 4>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:291:27: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:320:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, Eigen::internal::member_sum, 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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, Eigen::internal::member_sum, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, Eigen::internal::member_sum, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, Eigen::internal::member_sum, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:245:101: required from 'void Eigen::internal::matrix_log_compute_big(const MatrixType&, MatrixType&) [with MatrixType = Eigen::Matrix, -1, -1, 0, 4, 4>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:291:27: required from 'MatrixType Eigen::internal::MatrixLogarithmAtomic::compute(const MatrixType&) [with MatrixType = Eigen::Matrix, -1, -1, 0, 4, 4>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h:247:23: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:320:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::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_max_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_max_op; Derived = Eigen::Matrix; 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::Matrix; 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::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:511:85: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: 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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -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, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-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::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -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: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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>, -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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Functor = add_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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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] 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>, -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, 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, 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, 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, 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, false>, -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/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::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::Block, -1, -1, false>, -1, -1, false>; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Transpose, -1, 1, false> >; Func = generic_product_impl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, Eigen::DenseShape, Eigen::DenseShape, 5>::sub]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:329:41: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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/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:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = add_assign_op]' /projects/genomic-ml/R/R-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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 4, 1, true>, -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, 4, 1, true>, -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, 4, 1, true>, -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, 4, 1, true>, -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, 4, 1, true>, -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, 4, 1, true>, -1, 1, false>, -1, 1, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 4, 1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:268:7: required from 'Eigen::MapBase::ScalarWithConstIfNotLvalue& Eigen::MapBase::coeffRef(Eigen::Index) [with Derived = Eigen::Block, 4, 1, true>; ScalarWithConstIfNotLvalue = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/./HessenbergDecomposition.h:306:25: required from 'static void Eigen::HessenbergDecomposition<_MatrixType>::_compute(MatrixType&, CoeffVectorType&, VectorType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/./HessenbergDecomposition.h:161:15: required from 'Eigen::HessenbergDecomposition<_MatrixType>& Eigen::HessenbergDecomposition<_MatrixType>::compute(const Eigen::EigenBase&) [with InputType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:271:17: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::compute(const Eigen::EigenBase&, bool) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:113:14: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 4, 1, true>, -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, 4, 1, true>, -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, 4, 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, 4, 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, 4, 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, 4, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 4, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 4, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -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, 4, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 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, 4, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 4, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 4, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 4, 1, true>, -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, 4, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 4, 1, true>, -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, 4, 1, true>, -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, 4, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, 4, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/./HessenbergDecomposition.h:314:35: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 4, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 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::Block, 4, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 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::Block, 4, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 4, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 4, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 4, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 4, -1, true>, 4, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 4, -1, true>, 4, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 4, -1, true>, 4, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 4, -1, true>, 4, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 4, -1, true>, 4, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 4, -1, true>, 4, -1, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -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, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 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, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 0, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 4, -1, true>, 4, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 4, -1, true>, 4, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 4, -1, true>, 4, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 4, -1, true>, 4, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 4, -1, true>, 4, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 4, -1, true>, 4, 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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::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::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: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::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/RcppEigen/include/Eigen/src/Householder/Householder.h:169:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, 4, 1, true>, -1>; Derived = Eigen::Block, 4, -1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/./HessenbergDecomposition.h:318:36: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 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> > >, Eigen::Transpose, 4, 1, true>, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 0, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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:700:10: required from 'Derived& Eigen::DenseBase::setOnes() [with Derived = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:297:31: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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/SelfCwiseBinaryOp.h:20:67: required from 'Derived& Eigen::DenseBase::operator*=(const Scalar&) [with Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:161:11: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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::Block, 4, 1, true>, -1, 1, false>; 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::Block, 4, 1, true>, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:310:46: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -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/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:175:44: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 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, false> >, 6>, Eigen::Block, -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> >, 6>, Eigen::Block, -1, -1, false>, 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, false> >, 6>, Eigen::Block, -1, -1, false>, 0, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:99:96: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2>, 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, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, 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, 2>, Eigen::Matrix, 0, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:101:66: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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 >, 1>, 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 >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, 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 >, 1>, Eigen::Matrix, 0, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:102:66: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, 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, -1, -1, false>, 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, -1, -1, false>, 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, -1, -1, false>, 5>, Eigen::Matrix, 0, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:103:22: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 4, -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, 4, -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, 4, -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, 4, -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, 4, -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, 4, -1, true>, 1, -1, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, 4, 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, 4, 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, 4, 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, 4, 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, 4, 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, 4, false>, -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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 2, 1, false>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 2, 1, false, 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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::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::Block, 2, 1, false>, 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::Block, 2, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Block, 2, 1, false>, 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::Block, 2, 1, false>, 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::Block, 2, 1, false>, 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::Block, 2, 1, false>, 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::Block, 2, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:22: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::Matrix; Derived = Eigen::Matrix; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:516:22: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, 2, -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>, 2, -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>, 2, -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>, 2, -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>, 2, -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>, 2, -1, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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>': /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/Householder/Householder.h:129:38: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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 >, Eigen::Block, -1, -1, false>, 2, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, -1, false>, 2, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, -1, false>, 2, -1, false>, 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::Block, -1, -1, false>, 2, -1, false>, 0, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, -1, false>, 2, -1, false>, 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::Block, -1, -1, false>, 2, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Matrix; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:526:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 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::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 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::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -1, 2, 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -1, 2, false>, 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, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 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>, -1, 2, false>, 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, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 0, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, 2, false>, 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, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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/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/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: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::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::Block, 1, 1, false>, 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::Block, 1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Block, 1, 1, false>, 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::Block, 1, 1, false>, 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::Block, 1, 1, false>, 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::Block, 1, 1, false>, 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::Block, 1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:22: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::Matrix; Derived = Eigen::Matrix; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:536:20: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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>': /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/Householder/Householder.h:129:38: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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 >, Eigen::Block, -1, -1, false>, 1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, -1, false>, 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 >, Eigen::Block, -1, -1, false>, 1, -1, false>, 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::Block, -1, -1, false>, 1, -1, false>, 0, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, -1, false>, 1, -1, false>, 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::Block, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Matrix; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:541:69: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 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::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 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::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -1, 1, false>, 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, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 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>, -1, 1, false>, 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, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 0, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, 1, false>, 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, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::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::Matrix, -1, -1, 0, 3, 3> > >' /projects/genomic-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::Matrix, -1, -1, 0, 3, 3>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303: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>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303: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::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::Matrix, -1, -1, 0, 4, 4> > >' /projects/genomic-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::Matrix, -1, -1, 0, 4, 4>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:320:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::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::CwiseUnaryOp, 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::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-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::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::CwiseUnaryOp, 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:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: 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::Block, -1, 1, true>, -1, 1, false> >; 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::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-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::Block, -1, 1, true>, -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::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; 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::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: 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, -1, -1, false>, -1, -1, false>, 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>, -1, -1, false>, 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>, -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>, 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>, 1, -1, false>, 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, false>, -1, -1, false>, 1, -1, false, 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/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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] 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, 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, false>, -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, 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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -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/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 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::Map, 0, Eigen::Stride<0, 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::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:16: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, 1, false> >, 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, false> >, 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, 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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false> >, 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/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, -1, false>, -1, -1, false>, -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, false>, -1, -1, false>, -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, false>, -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, 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, false>, -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, false>, -1, -1, false>, -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/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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/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:1043:41: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 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, 1, -1, true>, 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, 1, -1, true>, 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, 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, true>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >; Functor = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, false> >': /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, 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, 1, -1, true>, 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, 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, true>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >; Functor = add_assign_op]' /projects/genomic-ml/R/R-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>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 4, 1, true>, -1, 1, false>, -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, 4, 1, true>, -1, 1, false>, -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, 4, 1, true>, -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, 4, 1, true>, -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, 4, 1, true>, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 4, 1, true>, -1, 1, false>, -1, 1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 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::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>, 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::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>, 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::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>, 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::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>, 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::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:22: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 4, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, 4, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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/SelfCwiseBinaryOp.h:20:67: required from 'Derived& Eigen::DenseBase::operator*=(const Scalar&) [with Derived = Eigen::Block, 4, -1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:161:11: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, 4, 1, true>, -1>; Derived = Eigen::Block, 4, -1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/./HessenbergDecomposition.h:318:36: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -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, false>, -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, 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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -1, 1, true>, -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>, -1, 1, true>, -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>, -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, false>, -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, false>, -1, 1, true>, -1, 1, false>, 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, false>, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -1, 1, true>, -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>, -1, 1, true>, -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>, -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, false>, -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, false>, -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, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:90: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -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::Transpose, -1, -1, false>, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -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::Transpose, -1, -1, false>, -1, 1, true>, -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::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:57: required from 'void Eigen::internal::make_block_householder_triangular_factor(TriangularFactorType&, const VectorsType&, const CoeffsType&) [with TriangularFactorType = Eigen::Matrix; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -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>, -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>, -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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false, 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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0>, 0>': /projects/genomic-ml/R/R-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, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 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::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:64:57: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 4, 1, true>, -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, 4, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 4, 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, const Eigen::Block, 4, 1, true>, -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::Block, 4, 1, true>, -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::CwiseUnaryOp, const Eigen::Block, 4, 1, true>, -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: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 4, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 4, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, 4, -1, true>, 1, -1, false>; VectorY = Eigen::Block, 4, -1, true>, 1, -1, false>; OtherScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:299:40: required from 'void Eigen::MatrixBase::applyOnTheLeft(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Block, 4, -1, true>; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:417:47: required from 'void Eigen::RealSchur<_MatrixType>::splitOffTwoRows(Index, bool, const Scalar&) [with _MatrixType = Eigen::Matrix; Index = long int; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:332:9: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::computeFromHessenberg(const HessMatrixType&, const OrthMatrixType&, bool) [with HessMatrixType = Eigen::internal::HessenbergDecompositionMatrixHReturnType >; OrthMatrixType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:279:24: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 4, -1, true>, 1, -1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, 4, -1, true>, 1, -1, false>; VectorY = Eigen::Block, 4, -1, true>, 1, -1, false>; OtherScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:299:40: required from 'void Eigen::MatrixBase::applyOnTheLeft(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Block, 4, -1, true>; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:417:47: required from 'void Eigen::RealSchur<_MatrixType>::splitOffTwoRows(Index, bool, const Scalar&) [with _MatrixType = Eigen::Matrix; Index = long int; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:332:9: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::computeFromHessenberg(const HessMatrixType&, const OrthMatrixType&, bool) [with HessMatrixType = Eigen::internal::HessenbergDecompositionMatrixHReturnType >; OrthMatrixType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:279:24: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::compute(const Eigen::EigenBase&, bool) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:113:14: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 4, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, -1, 4, false>, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, -1, 4, false>, -1, 1, true>; VectorY = Eigen::Block, -1, 4, false>, -1, 1, true>; OtherScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:315:40: required from 'void Eigen::MatrixBase::applyOnTheRight(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Block, -1, 4, false>; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:418:41: required from 'void Eigen::RealSchur<_MatrixType>::splitOffTwoRows(Index, bool, const Scalar&) [with _MatrixType = Eigen::Matrix; Index = long int; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:332:9: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::computeFromHessenberg(const HessMatrixType&, const OrthMatrixType&, bool) [with HessMatrixType = Eigen::internal::HessenbergDecompositionMatrixHReturnType >; OrthMatrixType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:279:24: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 4, false>, -1, 1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, -1, 4, false>, -1, 1, true>; VectorY = Eigen::Block, -1, 4, false>, -1, 1, true>; OtherScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:315:40: required from 'void Eigen::MatrixBase::applyOnTheRight(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Block, -1, 4, false>; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:418:41: required from 'void Eigen::RealSchur<_MatrixType>::splitOffTwoRows(Index, bool, const Scalar&) [with _MatrixType = Eigen::Matrix; Index = long int; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:332:9: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::computeFromHessenberg(const HessMatrixType&, const OrthMatrixType&, bool) [with HessMatrixType = Eigen::internal::HessenbergDecompositionMatrixHReturnType >; OrthMatrixType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:279:24: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::compute(const Eigen::EigenBase&, bool) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:113:14: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 2, 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, 2, 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::Block, 2, 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, 2, 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, 2, 1, false> >' /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::Block, 2, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 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::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/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 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/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, 1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::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/Eigenvalues/RealSchur.h:258:43: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::compute(const Eigen::EigenBase&, bool) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/EigenSolver.h:389:22: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::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/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:271:34: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::compute(const Eigen::EigenBase&, bool) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/EigenSolver.h:389:22: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:50:34: required from 'class Eigen::ReturnByValue > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/./HessenbergDecomposition.h:339:38: required from 'struct Eigen::internal::HessenbergDecompositionMatrixHReturnType >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:279:39: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 1, 2, 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Block, 1, 2, false>, 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, 2, 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, const Eigen::Block, 1, 2, false>, 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, 2, false>, 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, 2, false>, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/EigenSolver.h:468:100: required from 'void Eigen::EigenSolver<_MatrixType>::doComputeEigenvectors() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/EigenSolver.h:447:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, 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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, -1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, -1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, -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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, -1, true>, Eigen::Block, 2, 1, true>, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, -1, true>, Eigen::Block, 2, 1, true>, -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, 2, -1, true>, Eigen::Block, 2, 1, true>, -1, 1, false>, 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, 2, -1, true>, Eigen::Block, 2, 1, true>, -1, 1, false>, 0, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2, -1, true>, Eigen::Block, 2, 1, true>, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2, -1, true>, Eigen::Block, 2, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/EigenSolver.h:615:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Block, 2, 2>, 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::Block, 2, 2>, 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::Block, 2, 2>, 2, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, const Eigen::Block, 2, 2>, 2, 1, true>, Eigen::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, 2, 2>, 2, 1, true> >' /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::Block, 2, 2>, 2, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:147:18: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, Eigen::Matrix, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 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::Matrix, 1, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 1, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::OuterStride<> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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<-1, 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<-1, 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<-1, 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<-1, 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<-1, 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<-1, 0> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::OuterStride<> >, -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::OuterStride<> >, -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::OuterStride<> >, -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::OuterStride<> >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -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::OuterStride<> >, -1, -1, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::OuterStride<> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, -1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::OuterStride<> > >::match, 0, Eigen::OuterStride<> >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:288:101: required by substitution of 'template Eigen::Ref, 0, Eigen::OuterStride<> >::Ref(const Eigen::DenseBase&, typename Eigen::internal::enable_if<(bool)(Eigen::internal::traits, 0, Eigen::OuterStride<> > >::match::MatchAtCompileTime), Derived>::type*) [with Derived = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:463:17: required from 'static Eigen::Index Eigen::internal::partial_lu_impl::blocked_lu(Eigen::Index, Eigen::Index, Scalar*, Eigen::Index, PivIndex*, PivIndex&, Eigen::Index) [with Scalar = double; int StorageOrder = 0; PivIndex = int; int SizeAtCompileTime = 3; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:519:17: required from 'void Eigen::internal::partial_lu_inplace(MatrixType&, TranspositionType&, typename TranspositionType::StorageIndex&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<3, 3, int>; typename TranspositionType::StorageIndex = int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:543:31: required from 'void Eigen::PartialPivLU::compute() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:133:14: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, Eigen::Matrix, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 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::Matrix, 1, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 1, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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::OuterStride<> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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<-1, 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<-1, 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<-1, 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<-1, 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<-1, 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<-1, 0> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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::OuterStride<> >, -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::OuterStride<> >, -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::OuterStride<> >, -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::OuterStride<> >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -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::OuterStride<> >, -1, -1, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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::OuterStride<> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes 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, 0, Eigen::OuterStride<> >, -1, -1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::OuterStride<> > >::match, 0, Eigen::OuterStride<> >, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Ref.h:288:101: required by substitution of 'template Eigen::Ref, 0, Eigen::OuterStride<> >::Ref(const Eigen::DenseBase&, typename Eigen::internal::enable_if<(bool)(Eigen::internal::traits, 0, Eigen::OuterStride<> > >::match::MatchAtCompileTime), Derived>::type*) [with Derived = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:463:17: required from 'static Eigen::Index Eigen::internal::partial_lu_impl::blocked_lu(Eigen::Index, Eigen::Index, Scalar*, Eigen::Index, PivIndex*, PivIndex&, Eigen::Index) [with Scalar = double; int StorageOrder = 0; PivIndex = int; int SizeAtCompileTime = 4; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:519:17: required from 'void Eigen::internal::partial_lu_inplace(MatrixType&, TranspositionType&, typename TranspositionType::StorageIndex&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<4, 4, int>; typename TranspositionType::StorageIndex = int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:543:31: required from 'void Eigen::PartialPivLU::compute() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:133:14: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 2, 2> >, 0>': /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, 2> > >' /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, 2> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, const Eigen::Matrix, 2, 2>, Eigen::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, 2, 2> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/ComplexSchur.h:293:32: required from 'Eigen::ComplexSchur<_MatrixType>::ComplexScalar Eigen::ComplexSchur<_MatrixType>::computeShift(Index, Index) [with _MatrixType = Eigen::Matrix, 3, 3>; ComplexScalar = std::complex; Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/ComplexSchur.h:434:27: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303: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] 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::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; 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::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-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::Block, -1, 1, true>, -1, 1, false>, -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::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; 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::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: 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, -1, 1, true>, -1, 1, false> >, 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, false> >, 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, 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, true>, -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, true>, -1, 1, false> >, 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, false> >, 1, -1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ 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:87:38: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; Dest = Eigen::Map, 0, Eigen::Stride<0, 0> >; 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::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; 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::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>; 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::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: 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:91:42: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; Dest = Eigen::Map, 0, Eigen::Stride<0, 0> >; 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::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; 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::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>; 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::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: 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:95:45: required from 'struct Eigen::internal::general_matrix_vector_product, 0, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:253:134: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; Dest = Eigen::Map, 0, Eigen::Stride<0, 0> >; 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::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; 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::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>; 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::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, Eigen::Stride<0, 0> >, 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/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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] 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:296:40: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; Dest = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, -1, false>, -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>, -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>, -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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -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>, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -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/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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] 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/TriangularMatrixMatrix.h:92:29: required from 'struct Eigen::internal::product_triangular_matrix_matrix' /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::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-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::Block, -1, -1, false>; Lhs = Eigen::TriangularView, -1, -1, false>, 5>; Rhs = Eigen::Matrix; 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::Block, -1, -1, false>; Lhs = Eigen::TriangularView, -1, -1, false>, 5>; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 5>, Eigen::Matrix, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:357:18: required from 'static void Eigen::internal::generic_product_impl_base::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Block, -1, -1, false>; Lhs = Eigen::TriangularView, -1, -1, false>, 5>; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 5>, Eigen::Matrix, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:178:42: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: 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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /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::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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] 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::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::CwiseNullaryOp, const Eigen::Matrix >, 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::CwiseNullaryOp, const Eigen::Matrix >, 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::CwiseNullaryOp, const Eigen::Matrix >, 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::CwiseNullaryOp, const Eigen::Matrix >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, -1, false>, -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, false>, -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, 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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -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, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -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, false>, -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, false>, -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::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 0, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, 0>; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Visitor.h:374:14: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/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/TriangularSolverMatrix.h:78:95: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 5; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; int Side = 1; int Mode = 5]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Ref, 0, Eigen::OuterStride<> >; _MatrixType = Eigen::Ref, 0, Eigen::OuterStride<> >; unsigned int _Mode = 5]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Ref, 0, Eigen::OuterStride<> >; _MatrixType = Eigen::Ref, 0, Eigen::OuterStride<> >; unsigned int _Mode = 5]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:493:62: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: 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/TriangularSolverMatrix.h:78:95: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 5; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; int Side = 1; int Mode = 5]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Ref, 0, Eigen::OuterStride<> >; _MatrixType = Eigen::Ref, 0, Eigen::OuterStride<> >; unsigned int _Mode = 5]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Ref, 0, Eigen::OuterStride<> >; _MatrixType = Eigen::Ref, 0, Eigen::OuterStride<> >; unsigned int _Mode = 5]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:493:62: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: 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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 4, 1, true>, -1, 1, false>, -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, 4, 1, true>, -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, const Eigen::Block, 4, 1, true>, -1, 1, false>, -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, 4, 1, true>, -1, 1, false>, -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, 4, 1, true>, -1, 1, false>, -1, 1, false> >' /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::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 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: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:86:22: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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/Householder/Householder.h:86:22: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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: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/Householder/HouseholderSequence.h:297:21: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -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/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/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: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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/SelfCwiseBinaryOp.h:20:67: required from 'Derived& Eigen::DenseBase::operator*=(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:281:10: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::compute(const Eigen::EigenBase&, bool) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/EigenSolver.h:389:22: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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/SelfCwiseBinaryOp.h:41:67: required from 'Derived& Eigen::DenseBase::operator/=(const Scalar&) [with Derived = Eigen::Block, 2, 1, true>, -1, 1, false>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/EigenSolver.h:525:40: required from 'void Eigen::EigenSolver<_MatrixType>::doComputeEigenvectors() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/EigenSolver.h:447:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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/SelfCwiseBinaryOp.h:41:67: required from 'Derived& Eigen::DenseBase::operator/=(const Scalar&) [with Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/EigenSolver.h:598:45: required from 'void Eigen::EigenSolver<_MatrixType>::doComputeEigenvectors() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/EigenSolver.h:447:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Matrix >, Eigen::internal::member_sum, 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 >, Eigen::internal::member_sum, 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 >, Eigen::internal::member_sum, 0> >' /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, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:495:44: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:122:7: required from 'Eigen::FullPivLU& Eigen::FullPivLU::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:470:10: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::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/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 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/RcppEigen/include/Eigen/src/LU/FullPivLU.h:520:35: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:122:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 1, true>, -1, 1, false>, Eigen::Block, 1, 2, false>, 1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 1, true>, -1, 1, false>, Eigen::Block, 1, 2, false>, 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, 2, 1, true>, -1, 1, false>, Eigen::Block, 1, 2, false>, 1, -1, false>, 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, 2, 1, true>, -1, 1, false>, Eigen::Block, 1, 2, false>, 1, -1, false>, 0, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2, 1, true>, -1, 1, false>, Eigen::Block, 1, 2, false>, 1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2, 1, true>, -1, 1, false>, Eigen::Block, 1, 2, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:561:85: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, Eigen::OuterStride<> >, 3, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 3, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 3, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 3, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::OuterStride<> >, 3, 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, 0, Eigen::OuterStride<> >, 3, 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, 0, Eigen::OuterStride<> >, 3, 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, 0, Eigen::OuterStride<> >, 3, 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, 0, Eigen::OuterStride<> >, 3, 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, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::Block, 0, Eigen::OuterStride<> >, 3, 1, true>, -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, 0, Eigen::OuterStride<> >, 3, 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, const Eigen::Block, 0, Eigen::OuterStride<> >, 3, 1, true>, -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, 0, Eigen::OuterStride<> >, 3, 1, true>, -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, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:377:43: required from 'static Eigen::Index Eigen::internal::partial_lu_impl::unblocked_lu(MatrixTypeRef&, PivIndex*, PivIndex&) [with Scalar = double; int StorageOrder = 0; PivIndex = int; int SizeAtCompileTime = 3; Eigen::Index = long int; MatrixTypeRef = Eigen::Ref, 0, Eigen::OuterStride<> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:439:26: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::OuterStride<> >, 1, 3, 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::OuterStride<> >, 1, 3, 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::OuterStride<> >, 1, 3, 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::OuterStride<> >, 1, 3, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, 3, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, 3, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::OuterStride<> >, 1, 3, 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, 0, Eigen::OuterStride<> >, 1, 3, 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, 0, Eigen::OuterStride<> >, 1, 3, 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, 0, Eigen::OuterStride<> >, 1, 3, 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, 0, Eigen::OuterStride<> >, 1, 3, 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, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 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, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 0, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:400:114: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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, 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::Matrix, 2> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 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::Matrix, 2, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 2, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:234:28: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::OuterStride<> >, 4, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 4, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 4, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 4, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 4, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 4, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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::OuterStride<> >, 4, 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, 0, Eigen::OuterStride<> >, 4, 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, 0, Eigen::OuterStride<> >, 4, 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, 0, Eigen::OuterStride<> >, 4, 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, 0, Eigen::OuterStride<> >, 4, 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, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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, 0, Eigen::OuterStride<> >, 4, 1, true>, -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, 0, Eigen::OuterStride<> >, 4, 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, const Eigen::Block, 0, Eigen::OuterStride<> >, 4, 1, true>, -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, 0, Eigen::OuterStride<> >, 4, 1, true>, -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, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:377:43: required from 'static Eigen::Index Eigen::internal::partial_lu_impl::unblocked_lu(MatrixTypeRef&, PivIndex*, PivIndex&) [with Scalar = double; int StorageOrder = 0; PivIndex = int; int SizeAtCompileTime = 4; Eigen::Index = long int; MatrixTypeRef = Eigen::Ref, 0, Eigen::OuterStride<> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:439:26: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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::OuterStride<> >, 1, 4, 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::OuterStride<> >, 1, 4, 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::OuterStride<> >, 1, 4, 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::OuterStride<> >, 1, 4, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, 4, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, 4, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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::OuterStride<> >, 1, 4, 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, 0, Eigen::OuterStride<> >, 1, 4, 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, 0, Eigen::OuterStride<> >, 1, 4, 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, 0, Eigen::OuterStride<> >, 1, 4, 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, 0, Eigen::OuterStride<> >, 1, 4, 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, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 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, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 0, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:400:114: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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, 2>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 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::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::Matrix, 2, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 2, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:234:28: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes 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>, -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, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = assign_op]' /projects/genomic-ml/R/R-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>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-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>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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>, -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, true>, -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, 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/GeneralProduct.h:207:43: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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] 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>, 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>, -1, -1, false>, 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>, -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>, 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>, -1, -1, false>, 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>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-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, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, 1, false> >, 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, false> >, 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, 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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false> >, 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, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-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, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 0, Eigen::Stride<0, 0> > >, -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, 0, Eigen::Stride<0, 0> > >, -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, 0, Eigen::Stride<0, 0> > >, -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, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /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> > >, -1, 1, true> >' /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, 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/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 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: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, -1, false>, -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>, -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>, -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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -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>, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:32: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -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::Transpose, -1, -1, false>, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:48: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, 1, -1, true>, 1, -1, false>; int Mode = 5; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >; Rhs = const Eigen::Block, -1, -1, false>, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-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/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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/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 = 5; int LhsStorageOrder = 0; 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::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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] 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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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/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 = 5; int LhsStorageOrder = 0; 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::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: 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, const Eigen::Matrix >, -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::Matrix >, -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::Matrix >, -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::Matrix >, -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::Matrix >, -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::Matrix >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>; SrcXprType = Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>; SrcXprType = Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>; Src = Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>; Src = Eigen::Block, 0, Eigen::OuterStride<> >, 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::Block, 0, Eigen::OuterStride<> >, 1, -1, false>; Derived = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:483:24: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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/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::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/TriangularSolverMatrix.h:155:19: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 5; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; int Side = 1; int Mode = 5]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Ref, 0, Eigen::OuterStride<> >; _MatrixType = Eigen::Ref, 0, Eigen::OuterStride<> >; unsigned int _Mode = 5]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Ref, 0, Eigen::OuterStride<> >; _MatrixType = Eigen::Ref, 0, Eigen::OuterStride<> >; unsigned int _Mode = 5]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:493:62: required from 'static Eigen::Index Eigen::internal::partial_lu_impl::blocked_lu(Eigen::Index, Eigen::Index, Scalar*, Eigen::Index, PivIndex*, PivIndex&, Eigen::Index) [with Scalar = double; int StorageOrder = 0; PivIndex = int; int SizeAtCompileTime = -1; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:519:17: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: 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/TriangularSolverMatrix.h:162:21: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 5; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; int Side = 1; int Mode = 5]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Ref, 0, Eigen::OuterStride<> >; _MatrixType = Eigen::Ref, 0, Eigen::OuterStride<> >; unsigned int _Mode = 5]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Ref, 0, Eigen::OuterStride<> >; _MatrixType = Eigen::Ref, 0, Eigen::OuterStride<> >; unsigned int _Mode = 5]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:493:62: required from 'static Eigen::Index Eigen::internal::partial_lu_impl::blocked_lu(Eigen::Index, Eigen::Index, Scalar*, Eigen::Index, PivIndex*, PivIndex&, Eigen::Index) [with Scalar = double; int StorageOrder = 0; PivIndex = int; int SizeAtCompileTime = -1; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:519:17: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: 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/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/TriangularSolverMatrix.h:164:24: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 5; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; int Side = 1; int Mode = 5]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Ref, 0, Eigen::OuterStride<> >; _MatrixType = Eigen::Ref, 0, Eigen::OuterStride<> >; unsigned int _Mode = 5]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Ref, 0, Eigen::OuterStride<> >; _MatrixType = Eigen::Ref, 0, Eigen::OuterStride<> >; unsigned int _Mode = 5]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:493:62: required from 'static Eigen::Index Eigen::internal::partial_lu_impl::blocked_lu(Eigen::Index, Eigen::Index, Scalar*, Eigen::Index, PivIndex*, PivIndex&, Eigen::Index) [with Scalar = double; int StorageOrder = 0; PivIndex = int; int SizeAtCompileTime = -1; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:519:17: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: 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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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] 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::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true, true>' /projects/genomic-ml/R/R-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/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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::Ref, 0, Eigen::OuterStride<> >; Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:464:20: required from 'static void Eigen::internal::generic_product_impl::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Ref, 0, Eigen::OuterStride<> >; Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:178:42: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 0, 7>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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] 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::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 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::OuterStride<> >, 1, -1, false>, 0>' /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::OuterStride<> >, 1, -1, false, 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/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >' /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, 0, Eigen::OuterStride<> >, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 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::Ref, 0, Eigen::OuterStride<> >; Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:464:20: required from 'static void Eigen::internal::generic_product_impl::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Ref, 0, Eigen::OuterStride<> >; Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:178:42: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 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, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1> >' /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>, Eigen::Block, -1, 1, false>, 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, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1, 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, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 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, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 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::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 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::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 1, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 1, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 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, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:142:7: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index) const [with Derived = Eigen::Block, -1, 1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:182:19: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::operator()(Eigen::Index) const [with Derived = Eigen::Block, -1, 1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:53: required from 'void Eigen::internal::make_block_householder_triangular_factor(TriangularFactorType&, const VectorsType&, const CoeffsType&) [with TriangularFactorType = Eigen::Matrix; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: required from 'void Eigen::internal::apply_block_householder_on_the_left(MatrixType&, const VectorsType&, const CoeffsType&, bool) [with MatrixType = Eigen::Block, -1, -1, false>; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:320:29: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 4, 1, true>, -1, 1, false> >; 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::Block, 4, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, 4, 1, true>, -1, 1, false> > >; 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::Block, 4, 1, true>, -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::CwiseUnaryOp, const Eigen::Block, 4, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:370:74: required from 'typename MatrixType::Scalar Eigen::RealSchur<_MatrixType>::computeNormOfT() [with _MatrixType = Eigen::Matrix; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:309:17: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::computeFromHessenberg(const HessMatrixType&, const OrthMatrixType&, bool) [with HessMatrixType = Eigen::internal::HessenbergDecompositionMatrixHReturnType >; OrthMatrixType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:279:24: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: 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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, 1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 2, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 2, 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, const Eigen::Block, 2, 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::Block, 2, 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::CwiseUnaryOp, const Eigen::Block, 2, 1, false> >; 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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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:100:8: required from 'struct Eigen::internal::evaluator, 1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 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, const Eigen::Block, 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::Block, 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::CwiseUnaryOp, const Eigen::Block, 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: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 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: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 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 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 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, false>, -1, -1, false>, Eigen::Block, -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>, -1, -1, false>, Eigen::Block, -1, 1, false>, 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, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -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 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::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::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: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::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/RcppEigen/include/Eigen/src/Householder/Householder.h:169:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -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/RcppEigen/include/Eigen/src/Householder/Householder.h:170:53: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 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> > >, Eigen::Transpose, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 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, false> >, Eigen::Block, -1, -1, false>, -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> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 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, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -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 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::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::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: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::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/RcppEigen/include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, 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::Matrix >, const Eigen::Block, -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, -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, -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, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 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::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 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::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -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/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/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: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Block, 2, 1, true>, -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, 2, 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, const Eigen::Block, 2, 1, true>, -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, 2, 1, true>, -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, 2, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:370:68: required from 'typename MatrixType::Scalar Eigen::RealSchur<_MatrixType>::computeNormOfT() [with _MatrixType = Eigen::Matrix; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:309:17: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, 2, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 2, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 2, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 2, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 2, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 2, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 3, 1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 3, 1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3, 1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 3, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 3, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 3, 1, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, 1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, 1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, 1, false>, 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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 2, false>, 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, 1, 2, false>, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 1, 2, false>, 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, const Eigen::Block, 1, 2, false>, 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::Block, 1, 2, false>, 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::CwiseUnaryOp, const Eigen::Block, 1, 2, false>, 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: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 2, false>, 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, 2, false>, 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, 2, 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, 2, false>, 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, 2, false>, 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, 2, false>, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 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, 2, false>, 1, -1, false> >, const Eigen::Block, 2, 1, true>, -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, 1, 2, false>, 1, -1, false> >, const Eigen::Block, 2, 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, const Eigen::Transpose, 1, 2, false>, 1, -1, false> >, const Eigen::Block, 2, 1, true>, -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::Transpose, 1, 2, false>, 1, -1, false> >, const Eigen::Block, 2, 1, true>, -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::Transpose, 1, 2, false>, 1, -1, false> >, const Eigen::Block, 2, 1, true>, -1, 1, false> >' /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, 2, false>, 1, -1, false>; U = Eigen::Block, 2, 1, true>, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::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/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 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/RcppEigen/include/Eigen/src/LU/FullPivLU.h:520:35: required from 'void Eigen::FullPivLU::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:122:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 4, 1, true>, -1, 1, false>, Eigen::Block, 1, 4, false>, 1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 4, 1, true>, -1, 1, false>, Eigen::Block, 1, 4, false>, 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, 4, 1, true>, -1, 1, false>, Eigen::Block, 1, 4, false>, 1, -1, false>, 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, 4, 1, true>, -1, 1, false>, Eigen::Block, 1, 4, false>, 1, -1, false>, 0, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 4, 1, true>, -1, 1, false>, Eigen::Block, 1, 4, false>, 1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 4, 1, true>, -1, 1, false>, Eigen::Block, 1, 4, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:561:85: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, 2, 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::Matrix; SrcXprType = Eigen::Block, 2, 2, false>; Functor = add_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::Matrix; SrcXprType = Eigen::Block, 2, 2, false>; Functor = Eigen::internal::add_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::Matrix; Src = Eigen::Block, 2, 2, false>; 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::Matrix; Src = Eigen::Block, 2, 2, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, 2, 2, false>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:64:5: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 4, false>, 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, 4, false>, 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, 4, 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, 4, false>, 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, 4, false>, 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, 4, false>, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:39: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 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, 4, false>, 1, -1, false> >, const Eigen::Block, 4, 1, true>, -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, 1, 4, false>, 1, -1, false> >, const Eigen::Block, 4, 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, const Eigen::Transpose, 1, 4, false>, 1, -1, false> >, const Eigen::Block, 4, 1, true>, -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::Transpose, 1, 4, false>, 1, -1, false> >, const Eigen::Block, 4, 1, true>, -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::Transpose, 1, 4, false>, 1, -1, false> >, const Eigen::Block, 4, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Block, 1, 4, false>, 1, -1, false>; Rhs = Eigen::Block, 4, 1, true>, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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, 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/SelfCwiseBinaryOp.h:41:67: required from 'Derived& Eigen::DenseBase::operator/=(const Scalar&) [with Derived = Eigen::Block, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:390:43: required from 'static Eigen::Index Eigen::internal::partial_lu_impl::unblocked_lu(MatrixTypeRef&, PivIndex*, PivIndex&) [with Scalar = double; int StorageOrder = 0; PivIndex = int; int SizeAtCompileTime = 3; Eigen::Index = long int; MatrixTypeRef = Eigen::Ref, 0, Eigen::OuterStride<> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:439:26: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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, -1, 1, true>, -1, 1, false> >, 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, false> >, 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, 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, true>, -1, 1, false> >, 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, false> >, 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, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-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, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, -1, false>, -1, 1, true>, -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>, -1, 1, true>, -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>, -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, false>, -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, false>, -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, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 1, -1, true>, 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, true>, 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, true>, 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, true>, 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, true>, 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, true>, 1, -1, false> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-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, false>, -1, 1, true>, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-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, false>, -1, 1, true>, -1, 1, false> > > >, -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::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -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::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:341:54: required from 'static void Eigen::internal::trmv_selector::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, -1, -1, false>, -1, -1, false> >; Rhs = Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >; Dest = Eigen::Transpose, 1, -1, true>, 1, -1, false> >; int Mode = 6; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:18: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, 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::Matrix >, const Eigen::Block, -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, -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, -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, -1, -1, false> >' /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 = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -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, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -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::Block, -1, -1, false> >, -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::Block, -1, -1, false> >, -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::Block, -1, -1, false> >, -1, -1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, -1, -1, false> >, -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> >, -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> >, -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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false> >, -1, -1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::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::Block, -1, -1, false> >, -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, -1, -1, false> >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -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, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -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, -1, -1, false> >, -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, -1, -1, false> >, -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 = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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/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/TriangularMatrixMatrix.h:175:15: 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 = 5; int LhsStorageOrder = 0; 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::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-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::Block, -1, -1, false>; Lhs = Eigen::TriangularView, -1, -1, false>, 5>; Rhs = Eigen::Matrix; 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::Block, -1, -1, false>; Lhs = Eigen::TriangularView, -1, -1, false>, 5>; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 5>, Eigen::Matrix, Eigen::TriangularShape, Eigen::DenseShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:357:18: required from 'static void Eigen::internal::generic_product_impl_base::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Block, -1, -1, false>; Lhs = Eigen::TriangularView, -1, -1, false>, 5>; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 5>, Eigen::Matrix, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:178:42: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: 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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:274:18: required from 'void Eigen::internal::outer_product_selector_run(Dst&, const Lhs&, const Rhs&, const Func&, const false_type&) [with Dst = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; Lhs = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>; Func = generic_product_impl, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, Eigen::DenseShape, Eigen::DenseShape, 5>::sub]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:329:41: required from 'static void Eigen::internal::generic_product_impl::subTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; Lhs = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:178:42: required from 'static void Eigen::internal::Assignment, Eigen::internal::sub_assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::sub_assign_op&) [with DstXprType = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; Lhs = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; Src = Eigen::Product, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:59:31: required from 'ExpressionType& Eigen::NoAlias::operator-=(const StorageBase&) [with OtherDerived = Eigen::Product, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, 0>; ExpressionType = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:400:77: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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] 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::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /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::Block, 0, Eigen::OuterStride<> >, -1, -1, false>; Lhs = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>; Func = generic_product_impl, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false>, Eigen::DenseShape, Eigen::DenseShape, 5>::sub]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:329:41: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 1, 8>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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, 0, Eigen::OuterStride<> >, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 4, 1, true>, -1, 1, false>, -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, 4, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 4, 1, true>, -1, 1, false>, -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, const Eigen::Block, 4, 1, true>, -1, 1, false>, -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::Block, 4, 1, true>, -1, 1, false>, -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::CwiseUnaryOp, const Eigen::Block, 4, 1, true>, -1, 1, false>, -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: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 4, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 4, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 4, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 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, 4, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 4, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 4, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 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::Block, 4, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::Block, 4, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::Block, 4, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 4, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 4, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 4, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 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, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 1, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 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::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 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::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 1, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 1, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/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::CwiseNullaryOp, Eigen::Matrix >; Functor = mul_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::CwiseNullaryOp, Eigen::Matrix >; Functor = Eigen::internal::mul_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::CwiseNullaryOp, Eigen::Matrix >; Func = mul_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::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::CwiseNullaryOp, Eigen::Matrix >; Func = mul_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/SelfCwiseBinaryOp.h:20:28: required from 'Derived& Eigen::DenseBase::operator*=(const Scalar&) [with Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:161:11: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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>, -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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Functor = add_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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, -1, 1, true>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:168:9: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = add_assign_op]' /projects/genomic-ml/R/R-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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, 1, -1, false>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:9: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, -1, false>, 2, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, -1, false>, 2, -1, false>, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, -1, false>, 2, -1, false>, 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::Block, -1, -1, false>, 2, -1, false>, 1, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, -1, false>, 2, -1, false>, 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::Block, -1, -1, false>, 2, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 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, false>, -1, 2, false>, Eigen::Matrix, 1> >' /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, 2, false>, Eigen::Matrix, 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, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 1, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 1, 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, false>, -1, 2, false>, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 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::Map, 0, Eigen::Stride<0, 0> > >, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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 >, Eigen::Block, -1, -1, false>, 1, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, -1, false>, 1, -1, false>, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, -1, false>, 1, -1, false>, 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::Block, -1, -1, false>, 1, -1, false>, 1, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, -1, false>, 1, -1, false>, 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::Block, -1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 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, false>, -1, 1, false>, Eigen::Matrix, 1> >' /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>, Eigen::Matrix, 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, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 1, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 1, 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, false>, -1, 1, false>, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 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::Map, 0, Eigen::Stride<0, 0> > >, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, 2, 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::Matrix; SrcXprType = Eigen::Block, 2, 2, false>; 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::Matrix; SrcXprType = Eigen::Block, 2, 2, false>; 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::Matrix; Src = Eigen::Block, 2, 2, false>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 2, 2, false>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 2, 2, false>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 2, 1, true>, -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, 2, 1, true>, -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, 2, 1, true>, -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, 2, 1, true>, -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, 2, 1, true>, -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, 2, 1, true>, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, 1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:268:7: required from 'Eigen::MapBase::ScalarWithConstIfNotLvalue& Eigen::MapBase::coeffRef(Eigen::Index) [with Derived = Eigen::Block, 2, 1, true>; ScalarWithConstIfNotLvalue = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/./HessenbergDecomposition.h:306:25: required from 'static void Eigen::HessenbergDecomposition<_MatrixType>::_compute(MatrixType&, CoeffVectorType&, VectorType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/./HessenbergDecomposition.h:161:15: required from 'Eigen::HessenbergDecomposition<_MatrixType>& Eigen::HessenbergDecomposition<_MatrixType>::compute(const Eigen::EigenBase&) [with InputType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:271:17: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::compute(const Eigen::EigenBase&, bool) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/EigenSolver.h:389:22: required from 'Eigen::EigenSolver& Eigen::EigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, bool) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/EigenSolver.h:156:14: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 2, 1, true>, -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, 2, 1, true>, -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, 2, 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, 2, 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, 2, 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, 2, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -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, 2, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 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, 2, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 2, 1, true>, -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, 2, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 2, 1, true>, -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, 2, 1, true>, -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, 2, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, 2, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/./HessenbergDecomposition.h:314:35: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 2, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 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::Block, 2, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 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::Block, 2, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 2, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 2, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 2, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, -1, true>, 2, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, -1, true>, 2, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, -1, true>, 2, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, -1, true>, 2, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, -1, true>, 2, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, -1, true>, 2, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -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, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 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, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 0, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, -1, true>, 2, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, -1, true>, 2, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, -1, true>, 2, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, -1, true>, 2, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, -1, true>, 2, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, -1, true>, 2, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::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/RcppEigen/include/Eigen/src/Householder/Householder.h:169:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, 2, 1, true>, -1>; Derived = Eigen::Block, 2, -1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/./HessenbergDecomposition.h:318:36: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 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> > >, Eigen::Transpose, 2, 1, true>, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 0, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -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/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:175:44: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 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, false> >, 6>, Eigen::Block, -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> >, 6>, Eigen::Block, -1, -1, false>, 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, false> >, 6>, Eigen::Block, -1, -1, false>, 0, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:99:96: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2>, 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, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, 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, 2>, Eigen::Matrix, 0, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:101:66: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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 >, 1>, 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 >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, 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 >, 1>, Eigen::Matrix, 0, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:102:66: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, 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, -1, -1, false>, 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, -1, -1, false>, 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, -1, -1, false>, 5>, Eigen::Matrix, 0, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:103:22: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, -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, 2, -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, 2, -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, 2, -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, 2, -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, 2, -1, true>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, 2, 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, 2, -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>, 2, -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>, 2, -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>, 2, -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>, 2, -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>, 2, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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 >, Eigen::Block, -1, -1, false>, 2, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, -1, false>, 2, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, -1, false>, 2, -1, false>, 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::Block, -1, -1, false>, 2, -1, false>, 0, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, -1, false>, 2, -1, false>, 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::Block, -1, -1, false>, 2, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 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::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 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::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -1, 2, 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -1, 2, false>, 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, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 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>, -1, 2, false>, 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, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 0, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, 2, false>, 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, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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 >, Eigen::Block, -1, -1, false>, 1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, -1, false>, 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 >, Eigen::Block, -1, -1, false>, 1, -1, false>, 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::Block, -1, -1, false>, 1, -1, false>, 0, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, -1, false>, 1, -1, false>, 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::Block, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 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::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 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::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -1, 1, false>, 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, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 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>, -1, 1, false>, 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, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 0, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, 1, false>, 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, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, 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::Matrix; SrcXprType = Eigen::Block, 2, 1, false>; 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::Matrix; SrcXprType = Eigen::Block, 2, 1, false>; 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::Matrix; Src = Eigen::Block, 2, 1, false>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 2, 1, false>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 2, 1, false>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 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::Matrix, 2> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 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::Matrix, 2, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 2, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:769:22: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 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: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/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/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: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, 2, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 2, false>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 2, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 2, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 2, false>, 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, 2, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, 2, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 2, false>, Eigen::Block, -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, 2, false>, Eigen::Block, -1, 1, false>, 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, 2, false>, Eigen::Block, -1, 1, false>, 0, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 2, false>, Eigen::Block, -1, 1, false>, 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, 2, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:776:59: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, 1, false>, 1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 2, 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::Matrix; SrcXprType = Eigen::Block, 1, 2, false>; 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::Matrix; SrcXprType = Eigen::Block, 1, 2, false>; 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::Matrix; Src = Eigen::Block, 1, 2, false>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 1, 2, false>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 1, 2, false>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, Eigen::Transpose >, 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 >, 2> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 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 >, 2, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 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 >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:769:22: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 2, 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, 2, 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, 2, 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, 2, 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, 2, 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, 2, false> >, 1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Block, 3, 3>, 3, 1, true>, -1, 1, false>, -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, 3, 3>, 3, 1, true>, -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 >, const Eigen::Block, 3, 3>, 3, 1, true>, -1, 1, false>, -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, 3, 3>, 3, 1, true>, -1, 1, false>, -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, 3, 3>, 3, 1, true>, -1, 1, false>, -1, 1, false> >' /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::Block, 3, 3>, 3, 1, true>, -1, 1, false>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303: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::Block, 4, 4>, 4, 1, true>, -1, 1, false>, -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, 4, 4>, 4, 1, true>, -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 >, const Eigen::Block, 4, 4>, 4, 1, true>, -1, 1, false>, -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, 4, 4>, 4, 1, true>, -1, 1, false>, -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, 4, 4>, 4, 1, true>, -1, 1, false>, -1, 1, false> >' /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::Block, 4, 4>, 4, 1, true>, -1, 1, false>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:320:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes 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>, 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, -1, -1, false>, -1, -1, false>, 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, false>, -1, -1, false>, 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, false>, -1, -1, false>, 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, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /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, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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>, -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, false>, -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, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-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, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 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, false> >, 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, false> >, 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, false> >, 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, false> >, 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, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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>, -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, false>, -1, -1, false>, -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, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-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, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::OuterStride<> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:115:18: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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] 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/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/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:119:18: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 0, Eigen::InnerStride<> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::InnerStride<> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::InnerStride<> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::InnerStride<> >, 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/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 0, Eigen::OuterStride<> >, 1, -1, true>, 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, 0, Eigen::OuterStride<> >, 1, -1, true>, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 0>' /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::OuterStride<> >, 1, -1, true>, 1, -1, false, 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/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 0, Eigen::Stride<0, 0> >, -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, 0, Eigen::Stride<0, 0> >, -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, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /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> >, -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/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: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 0, Eigen::Stride<0, 0> >, -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, 0, Eigen::Stride<0, 0> >, -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, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /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> >, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:137:106: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:137:77: required from 'static void Eigen::internal::triangular_matrix_vector_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, const ResScalar&) [with Index = long int; int Mode = 6; LhsScalar = double; bool ConjLhs = false; RhsScalar = double; bool ConjRhs = false; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:332:12: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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, 0, Eigen::OuterStride<> >, 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::OuterStride<> >, 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::OuterStride<> >, 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::OuterStride<> >, 1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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, 0, Eigen::OuterStride<> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 4, -1, true>, 4, 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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, 4, -1, true>, 4, 1, true>; Functor = add_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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, 4, -1, true>, 4, 1, true>; Functor = Eigen::internal::add_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::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, 4, -1, true>, 4, 1, true>; 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, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, 4, -1, true>, 4, 1, true>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, 4, -1, true>, 4, 1, true>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:168:9: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 2, 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::Matrix; SrcXprType = Eigen::Block, 2, 1, false>; 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::Matrix; SrcXprType = Eigen::Block, 2, 1, false>; 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::Matrix; Src = Eigen::Block, 2, 1, false>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 2, 1, false>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 2, 1, false>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 2, 1, true>, -1, 1, false>, -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, 2, 1, true>, -1, 1, false>, -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, 2, 1, true>, -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, 2, 1, true>, -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, 2, 1, true>, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 2, 1, true>, -1, 1, false>, -1, 1, false, 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/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 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::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>, 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::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>, 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::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>, 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::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>, 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::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:22: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 2, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, 2, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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/SelfCwiseBinaryOp.h:20:67: required from 'Derived& Eigen::DenseBase::operator*=(const Scalar&) [with Derived = Eigen::Block, 2, -1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:161:11: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, 2, 1, true>, -1>; Derived = Eigen::Block, 2, -1, true>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/./HessenbergDecomposition.h:318:36: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -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, false>, -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, 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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -1, 1, true>, -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>, -1, 1, true>, -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>, -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, false>, -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, false>, -1, 1, true>, -1, 1, false>, 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, false>, -1, 1, true>, -1, 1, false, 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/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -1, 1, true>, -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>, -1, 1, true>, -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>, -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, false>, -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, false>, -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, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:90: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -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::Transpose, -1, -1, false>, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -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::Transpose, -1, -1, false>, -1, 1, true>, -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::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:57: required from 'void Eigen::internal::make_block_householder_triangular_factor(TriangularFactorType&, const VectorsType&, const CoeffsType&) [with TriangularFactorType = Eigen::Matrix; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -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>, -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>, -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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0>, 0>': /projects/genomic-ml/R/R-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, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 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::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:64:57: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, 1, true>, -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, 2, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 2, 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, const Eigen::Block, 2, 1, true>, -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::Block, 2, 1, true>, -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::CwiseUnaryOp, const Eigen::Block, 2, 1, true>, -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: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 2, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 2, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, 2, -1, true>, 1, -1, false>; VectorY = Eigen::Block, 2, -1, true>, 1, -1, false>; OtherScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:299:40: required from 'void Eigen::MatrixBase::applyOnTheLeft(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Block, 2, -1, true>; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:417:47: required from 'void Eigen::RealSchur<_MatrixType>::splitOffTwoRows(Index, bool, const Scalar&) [with _MatrixType = Eigen::Matrix; Index = long int; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:332:9: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::computeFromHessenberg(const HessMatrixType&, const OrthMatrixType&, bool) [with HessMatrixType = Eigen::internal::HessenbergDecompositionMatrixHReturnType >; OrthMatrixType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:279:24: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 2, -1, true>, 1, -1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, 2, -1, true>, 1, -1, false>; VectorY = Eigen::Block, 2, -1, true>, 1, -1, false>; OtherScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:299:40: required from 'void Eigen::MatrixBase::applyOnTheLeft(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Block, 2, -1, true>; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:417:47: required from 'void Eigen::RealSchur<_MatrixType>::splitOffTwoRows(Index, bool, const Scalar&) [with _MatrixType = Eigen::Matrix; Index = long int; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:332:9: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::computeFromHessenberg(const HessMatrixType&, const OrthMatrixType&, bool) [with HessMatrixType = Eigen::internal::HessenbergDecompositionMatrixHReturnType >; OrthMatrixType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:279:24: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::compute(const Eigen::EigenBase&, bool) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/EigenSolver.h:389:22: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 2, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, -1, 2, false>, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, -1, 2, false>, -1, 1, true>; VectorY = Eigen::Block, -1, 2, false>, -1, 1, true>; OtherScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:315:40: required from 'void Eigen::MatrixBase::applyOnTheRight(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Block, -1, 2, false>; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:418:41: required from 'void Eigen::RealSchur<_MatrixType>::splitOffTwoRows(Index, bool, const Scalar&) [with _MatrixType = Eigen::Matrix; Index = long int; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:332:9: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::computeFromHessenberg(const HessMatrixType&, const OrthMatrixType&, bool) [with HessMatrixType = Eigen::internal::HessenbergDecompositionMatrixHReturnType >; OrthMatrixType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:279:24: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 2, false>, -1, 1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, -1, 2, false>, -1, 1, true>; VectorY = Eigen::Block, -1, 2, false>, -1, 1, true>; OtherScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:315:40: required from 'void Eigen::MatrixBase::applyOnTheRight(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Block, -1, 2, false>; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:418:41: required from 'void Eigen::RealSchur<_MatrixType>::splitOffTwoRows(Index, bool, const Scalar&) [with _MatrixType = Eigen::Matrix; Index = long int; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:332:9: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::computeFromHessenberg(const HessMatrixType&, const OrthMatrixType&, bool) [with HessMatrixType = Eigen::internal::HessenbergDecompositionMatrixHReturnType >; OrthMatrixType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:279:24: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::compute(const Eigen::EigenBase&, bool) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/EigenSolver.h:389:22: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 2, -1, true>, Eigen::Block, 2, 1, true>, -1, 1, false>, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, -1, true>, Eigen::Block, 2, 1, true>, -1, 1, false>, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, -1, true>, Eigen::Block, 2, 1, true>, -1, 1, false>, 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, 2, -1, true>, Eigen::Block, 2, 1, true>, -1, 1, false>, 1, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2, -1, true>, Eigen::Block, 2, 1, true>, -1, 1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2, -1, true>, Eigen::Block, 2, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, 1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 2, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator >, const Eigen::Block, 2, 1, true> >, Eigen::internal::IndexBased, std::complex >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, const Eigen::Block, 2, 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, 2, 2>, 2, 1, true>; SrcXprType = Eigen::CwiseUnaryOp >, const Eigen::Block, 2, 1, true> >; Functor = assign_op, std::complex >]' /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, 2, 2>, 2, 1, true>; SrcXprType = Eigen::CwiseUnaryOp >, const Eigen::Block, 2, 1, true> >; Functor = Eigen::internal::assign_op, std::complex >; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, -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, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, const Eigen::Block, -1, -1, false> >, 0>; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, -1, false> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Visitor.h:348:14: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 4, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 1, 4, false>, 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, 1, 4, false>, 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, 4, false>, 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, 4, false>, 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, 1, 4, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 4, false>, 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, 1, 4, false>, 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, 4, false>, 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, 4, false>, 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, 1, 4, false>, 1, -1, false> > >' /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, 4, false>, 1, -1, false> >, const Eigen::Block, 4, 1, true>, -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: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, Eigen::Matrix, 0>, 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::Matrix, 0>, 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::Matrix, 0>, 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::Matrix, 0>, Eigen::Transpose >, 1, 3>' /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::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::Matrix, 0>, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 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::Matrix >, 3, 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 >, 3, 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 >, 3, 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 >, 3, 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 >, 3, 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 >, 3, 1, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 3, 1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 3, 1, true>, -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, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 3, 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, const Eigen::Block, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 0, Eigen::OuterStride<> >, 3, 1, true>, -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, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 3, 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, const Eigen::Block, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, const Eigen::Block, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false> >, 0>; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Visitor.h:374:14: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 0, Eigen::OuterStride<> >, 4, 1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 4, 1, true>, -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, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 4, 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, const Eigen::Block, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 0, Eigen::OuterStride<> >, 4, 1, true>, -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, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 4, 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, const Eigen::Block, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, const Eigen::Block, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false> >, 0>; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Visitor.h:374:14: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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>, -1, 1, false> >, 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, false> >, 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, false> >, 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, false> >, 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, false> >, 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, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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>, -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, false>, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-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>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-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::Map, 16, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:305:153: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:304:43: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/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 = 6; 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 = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-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, -1, false> >, 6>; Rhs = Eigen::Block, -1, -1, false>; 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, -1, false> >, 6>; Rhs = Eigen::Block, -1, -1, false>; Derived = Eigen::internal::generic_product_impl, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 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, -1, false> >, 6>; Rhs = Eigen::Block, -1, -1, false>; Derived = Eigen::internal::generic_product_impl, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, Eigen::TriangularShape, Eigen::DenseShape, 8>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: 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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, -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::Matrix >, -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::Block, const Eigen::Matrix >, -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::Block, const Eigen::Matrix >, -1, 1, true>; 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, true>; 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 = 0; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false>; U = Eigen::Block, 0, Eigen::OuterStride<> >, -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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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] 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::OuterStride<> >, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false> >; 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::Block, 4, 1, true>, -1, 1, false>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false> > >; 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::Block, 4, 1, true>, -1, 1, false>, -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::CwiseUnaryOp, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false> >; 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::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 4, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, 4, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: 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/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/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:526:76: required from 'struct Eigen::internal::product_evaluator, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1> >' /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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:527:76: required from 'struct Eigen::internal::product_evaluator, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1> >' /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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 3, 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::Matrix; SrcXprType = Eigen::Block, 3, 1, false>; 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::Matrix; SrcXprType = Eigen::Block, 3, 1, false>; 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::Matrix; Src = Eigen::Block, 3, 1, false>; 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::Matrix; Src = Eigen::Block, 3, 1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Block, 3, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:779:32: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 2, 1, true>, -1, 1, false>, -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, 2, 1, true>, -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, const Eigen::Block, 2, 1, true>, -1, 1, false>, -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, 2, 1, true>, -1, 1, false>, -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, 2, 1, true>, -1, 1, false>, -1, 1, false> >' /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::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 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>, Eigen::Block, -1, -1, false>, 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, false>, Eigen::Block, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::Block, -1, -1, false>, 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, -1, -1, false>, Eigen::Block, -1, -1, false>, 1, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::Block, -1, -1, false>, 1, 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, false>, Eigen::Block, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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::Matrix, 2> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 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::Matrix, 2, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 2, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:769:22: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -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/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/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: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -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 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, 4, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 4, false>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 4, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 4, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 4, false>, 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, 4, false, 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/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, 4, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 4, false>, Eigen::Block, -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, 4, false>, Eigen::Block, -1, 1, false>, 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, 4, false>, Eigen::Block, -1, 1, false>, 0, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 4, false>, Eigen::Block, -1, 1, false>, 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, 4, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:776:59: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 1, true>, -1, 1, false>, Eigen::Block, 1, 2, false>, 1, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 1, true>, -1, 1, false>, Eigen::Block, 1, 2, false>, 1, -1, false>, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 1, true>, -1, 1, false>, Eigen::Block, 1, 2, false>, 1, -1, false>, 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, 2, 1, true>, -1, 1, false>, Eigen::Block, 1, 2, false>, 1, -1, false>, 1, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2, 1, true>, -1, 1, false>, Eigen::Block, 1, 2, false>, 1, -1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2, 1, true>, -1, 1, false>, Eigen::Block, 1, 2, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::Matrix >, 4, 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 >, 4, 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 >, 4, 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 >, 4, 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 >, 4, 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 >, 4, 1, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:360:40: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, -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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, -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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, -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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, -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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, -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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303: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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, -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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, -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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, -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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, -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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, -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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, -1, 1, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:320:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::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::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-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, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-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, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-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, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-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, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -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, false>, -1, -1, false>, -1, 1, true>; Derived = Eigen::Block, -1, 1, false> >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:307:42: required from 'void Eigen::HouseholderSequence::evalTo(Dest&, Workspace&) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:232:56: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: 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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 0, Eigen::OuterStride<> >, 1, -1, true>, 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, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /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::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >' /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::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 0, Eigen::Stride<0, 0> >, -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, 0, Eigen::Stride<0, 0> >, -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, 0, Eigen::Stride<0, 0> >, -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, 0, Eigen::Stride<0, 0> >, -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, 0, Eigen::Stride<0, 0> >, -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::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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] 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: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >': /projects/genomic-ml/R/R-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::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -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>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-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::Matrix >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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>, -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, false>, -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, false>, -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, false>, -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>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-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, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 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, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-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, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-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, -1, -1, false>, -1, -1, true> >; Derived = Eigen::Block, -1, -1, false>, -1, -1, true>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 4, 1, true>, -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, 4, 1, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; 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, 4, 1, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; 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, 4, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-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, 4, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 4, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 4, -1, true>, 4, -1, false> >': /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, 4, -1, true>, 4, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:526:76: required from 'struct Eigen::internal::product_evaluator, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 1> >' /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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, 4, -1, true>, 4, -1, false>, Eigen::Block, 4, 1, true>, -1, 1, false>, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /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::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 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::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::CwiseNullaryOp, const Eigen::Matrix >, 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::CwiseNullaryOp, const Eigen::Matrix >, 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::CwiseNullaryOp, const Eigen::Matrix >, 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::CwiseNullaryOp, const Eigen::Matrix >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>' /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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -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 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -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, false>, -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, 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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -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, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -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, false>, -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, false>, -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::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 2, -1, false> >': /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, false>, 2, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:527:76: required from 'struct Eigen::internal::product_evaluator >, Eigen::Block, -1, -1, false>, 2, -1, false>, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator >, Eigen::Block, -1, -1, false>, 2, -1, false>, 1> >' /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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product >, Eigen::Block, -1, -1, false>, 2, -1, false>, 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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product >, Eigen::Block, -1, -1, false>, 2, -1, false>, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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>, -1, 2, false> >': /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, false>, -1, 2, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:526:76: required from 'struct Eigen::internal::product_evaluator, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 1> >' /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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:526:76: required from 'struct Eigen::internal::product_evaluator, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 1>, 4, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 1> >' /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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 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, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1> >' /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>, Eigen::Block, -1, 1, false>, 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, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1, 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, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 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, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 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::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 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::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 1, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 1, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 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, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:142:7: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index) const [with Derived = Eigen::Block, -1, 1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:182:19: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::operator()(Eigen::Index) const [with Derived = Eigen::Block, -1, 1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:53: required from 'void Eigen::internal::make_block_householder_triangular_factor(TriangularFactorType&, const VectorsType&, const CoeffsType&) [with TriangularFactorType = Eigen::Matrix; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: required from 'void Eigen::internal::apply_block_householder_on_the_left(MatrixType&, const VectorsType&, const CoeffsType&, bool) [with MatrixType = Eigen::Block, -1, -1, false>; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:320:29: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 2, 1, true>, -1, 1, false> >; 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::Block, 2, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, 2, 1, true>, -1, 1, false> > >; 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::Block, 2, 1, true>, -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::CwiseUnaryOp, const Eigen::Block, 2, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:370:74: required from 'typename MatrixType::Scalar Eigen::RealSchur<_MatrixType>::computeNormOfT() [with _MatrixType = Eigen::Matrix; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:309:17: required from 'Eigen::RealSchur& Eigen::RealSchur<_MatrixType>::computeFromHessenberg(const HessMatrixType&, const OrthMatrixType&, bool) [with HessMatrixType = Eigen::internal::HessenbergDecompositionMatrixHReturnType >; OrthMatrixType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/RealSchur.h:279:24: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: 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, 4, 1, true>, -1, 1, false>, Eigen::Block, 1, 4, false>, 1, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 4, 1, true>, -1, 1, false>, Eigen::Block, 1, 4, false>, 1, -1, false>, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 4, 1, true>, -1, 1, false>, Eigen::Block, 1, 4, false>, 1, -1, false>, 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, 4, 1, true>, -1, 1, false>, Eigen::Block, 1, 4, false>, 1, -1, false>, 1, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 4, 1, true>, -1, 1, false>, Eigen::Block, 1, 4, false>, 1, -1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 4, 1, true>, -1, 1, false>, Eigen::Block, 1, 4, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, 3, 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, 0, Eigen::OuterStride<> >, 1, 3, false>; SrcXprType = Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, 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, 0, Eigen::OuterStride<> >, 1, 3, false>; SrcXprType = Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, 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, 0, Eigen::OuterStride<> >, 1, 3, false>; Src = Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, 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, 0, Eigen::OuterStride<> >, 1, 3, false>; Src = Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, 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::Block, 0, Eigen::OuterStride<> >, 1, 3, false>; Derived = Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:386:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 0, Eigen::OuterStride<> >, 1, 4, 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, 0, Eigen::OuterStride<> >, 1, 4, false>; SrcXprType = Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, 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, 0, Eigen::OuterStride<> >, 1, 4, false>; SrcXprType = Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, 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, 0, Eigen::OuterStride<> >, 1, 4, false>; Src = Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, 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, 0, Eigen::OuterStride<> >, 1, 4, false>; Src = Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, 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::Block, 0, Eigen::OuterStride<> >, 1, 4, false>; Derived = Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:386:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-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, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-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, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-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, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-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, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -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, false>, -1, -1, false>, -1, 1, true>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:229:19: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: 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, -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/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/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: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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] 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::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::Matrix >, const Eigen::Block, -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, -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, -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, -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 = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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 >, -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 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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::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 = const Eigen::Transpose >; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73: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 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Block, const Eigen::Matrix >, -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::Block, const Eigen::Matrix >, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, -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::Block, const Eigen::Matrix >, -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::Block, const Eigen::Matrix >, -1, 1, true>; 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, true>; 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 = 0; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: 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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, -1, -1, false>, -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>, -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>, -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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -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>, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:32: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 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, false>, -1, 1, true>, -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::Transpose, -1, -1, false>, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:48: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, 1, -1, true>, 1, -1, false>; int Mode = 5; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >; Rhs = const Eigen::Block, -1, -1, false>, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, 1, true>, -1, 1, false>, -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, 2, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 2, 1, true>, -1, 1, false>, -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, const Eigen::Block, 2, 1, true>, -1, 1, false>, -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::Block, 2, 1, true>, -1, 1, false>, -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::CwiseUnaryOp, const Eigen::Block, 2, 1, true>, -1, 1, false>, -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: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 2, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 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, 2, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 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::Block, 2, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::Block, 2, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::Block, 2, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 2, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 2, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 2, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 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, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 1, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 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::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 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::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 1, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 1, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Functor = add_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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, -1, 1, true>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:168:9: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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>, 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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = add_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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, 1, -1, false>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:9: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Block, -1, -1, false>, 2, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, -1, false>, 2, -1, false>, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, -1, false>, 2, -1, false>, 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::Block, -1, -1, false>, 2, -1, false>, 1, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, -1, false>, 2, -1, false>, 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::Block, -1, -1, false>, 2, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 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, false>, -1, 2, false>, Eigen::Matrix, 1> >' /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, 2, false>, Eigen::Matrix, 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, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 1, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 1, 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, false>, -1, 2, false>, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 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::Map, 0, Eigen::Stride<0, 0> > >, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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 >, Eigen::Block, -1, -1, false>, 1, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Block, -1, -1, false>, 1, -1, false>, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Block, -1, -1, false>, 1, -1, false>, 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::Block, -1, -1, false>, 1, -1, false>, 1, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Block, -1, -1, false>, 1, -1, false>, 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::Block, -1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 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, false>, -1, 1, false>, Eigen::Matrix, 1> >' /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>, Eigen::Matrix, 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, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 1, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 1, 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, false>, -1, 1, false>, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 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::Map, 0, Eigen::Stride<0, 0> > >, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1, 4>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::OuterStride<> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:97:18: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>' /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::OuterStride<> >, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:125:66: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long int; int Mode = 5; bool Conjugate = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:73:12: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 3, 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 >, 3, 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::Block, const Eigen::Matrix >, 3, 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::Block, const Eigen::Matrix >, 3, 1, true>; 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 >, 3, 1, true>; 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 = 0; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-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::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >; Scalar = double]' /projects/genomic-ml/R/R-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::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-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::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:137:114: required from 'static void Eigen::internal::triangular_matrix_vector_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, const ResScalar&) [with Index = long int; int Mode = 6; LhsScalar = double; bool ConjLhs = false; RhsScalar = double; bool ConjRhs = false; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:332:12: required from 'static void Eigen::internal::trmv_selector::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, -1, -1, false>, -1, -1, false> >; Rhs = Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >; Dest = Eigen::Transpose, 1, -1, true>, 1, -1, false> >; int Mode = 6; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:18: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: 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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -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, false>, -1, 1, true> >' /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, true>, -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, -1, -1, false>, -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, false>, -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, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 28 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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>, -1, 1, true>, -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, -1, -1, false>, -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, false>, -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, false>, -1, 1, true>, -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, -1, -1, false>, -1, 1, true>, -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::Transpose, -1, -1, false>, -1, 1, true>, -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: [ skipping 26 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, false>, -1, 1, true>, -1, 1, false> > > >, -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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -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>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-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>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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>, 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, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-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>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Derived = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:341:27: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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::Block, -1, -1, false> >, -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::Block, -1, -1, false> >, -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::Block, -1, -1, false> >, -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::Block, -1, -1, false> >, -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::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-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::Block, -1, -1, false> >, -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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> >, -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, -1, -1, false> >, -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, -1, -1, false> >, -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, -1, -1, false> >, -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, -1, -1, false> >, -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 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, -1, -1, false> >, -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, -1, -1, false> >, -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, -1, -1, false> >, -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, -1, -1, false> >, -1, -1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-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, -1, -1, false> >, -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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220: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] 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, 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, false> >, 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, 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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false> >, 1, -1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, 1, false> >, 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, false> >, 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, 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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false> >, 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, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -1, -1, false>, -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, false>, -1, -1, false>, -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, false>, -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, 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, false>, -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, false>, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Transpose, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -1, 1, true>, -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>, -1, 1, true>, -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>, -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, false>, -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, false>, -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, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-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, false>, -1, 1, true>, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-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, false>, -1, 1, true>, -1, 1, false> > > >, -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::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -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::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:341:54: required from 'static void Eigen::internal::trmv_selector::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, -1, -1, false>, -1, -1, false> >; Rhs = Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >; Dest = Eigen::Transpose, 1, -1, true>, 1, -1, false> >; int Mode = 6; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:18: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -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 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, 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::Matrix >, const Eigen::Block, -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, -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, -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, -1, -1, false> >' /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 = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -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, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -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::Block, -1, -1, false> >, -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::Block, -1, -1, false> >, -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::Block, -1, -1, false> >, -1, -1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -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 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false> >, -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> >, -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> >, -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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false> >, -1, -1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::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::Block, -1, -1, false> >, -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, -1, -1, false> >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -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, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -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, -1, -1, false> >, -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, -1, -1, false> >, -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 = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, -1, true>, 2, 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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, 2, -1, true>, 2, 1, true>; Functor = add_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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, 2, -1, true>, 2, 1, true>; Functor = Eigen::internal::add_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::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, 2, -1, true>, 2, 1, true>; 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, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, 2, -1, true>, 2, 1, true>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, 2, -1, true>, 2, 1, true>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:168:9: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 2, 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::Matrix; SrcXprType = Eigen::Block, 2, 1, false>; 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::Matrix; SrcXprType = Eigen::Block, 2, 1, false>; 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::Matrix; Src = Eigen::Block, 2, 1, false>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 2, 1, false>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 2, 1, false>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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::Matrix; 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::Matrix; 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::Matrix; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:851:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::Product, -1, 2, false>, Eigen::Block, -1, 1, false>, 0>; Func = sub_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:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, -1, 2, false>, Eigen::Block, -1, 1, false>, 0>; Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:776:29: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 1, 3, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 3, false>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 3, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 3, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 3, false>, 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, 3, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 3, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 3, false> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 3, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 3, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, 3, 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, 3, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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, 3, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 3, 1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 3, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 3, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 3, 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, 3, 1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::Transpose, 1, 3, false> >, const Eigen::Block, 3, 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, 3, false> >, const Eigen::Block, 3, 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, 3, false> >, const Eigen::Block, 3, 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, 3, false> >, const Eigen::Block, 3, 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, 3, false> >, const Eigen::Block, 3, 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::Matrix; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false> >': /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, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:527:76: required from 'struct Eigen::internal::product_evaluator, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1>, 4, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1> >' /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, 0, Eigen::OuterStride<> >, -1, -1, false>; SrcXprType = Eigen::Product, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1>; 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, 0, Eigen::OuterStride<> >, -1, -1, false>; SrcXprType = Eigen::Product, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1>; 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 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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 >, 4, 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 >, 4, 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::Block, const Eigen::Matrix >, 4, 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::Block, const Eigen::Matrix >, 4, 1, true>; 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 >, 4, 1, true>; 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 = 0; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:360:40: required from 'void Eigen::internal::matrix_exp_compute(const ArgType&, ResultType&, true_type) [with ArgType = Eigen::Matrix; ResultType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false> >': /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, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:527:76: required from 'struct Eigen::internal::product_evaluator, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1>, 4, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1> >' /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, 0, Eigen::OuterStride<> >, -1, -1, false>; SrcXprType = Eigen::Product, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1>; 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, 0, Eigen::OuterStride<> >, -1, -1, false>; SrcXprType = Eigen::Product, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1>; 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 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, -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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, -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::Block >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, -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::Block >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, -1, 1, true>; 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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >, -1, 1, true>; 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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 3, 3>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> > > >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, -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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, -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::Block >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, -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::Block >, const Eigen::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, -1, 1, true>; 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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >, -1, 1, true>; 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::CwiseBinaryOp, std::complex >, const Eigen::Matrix, -1, -1, 0, 4, 4>, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 4, 4> > > >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:320:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-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, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, 1, true>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:305:153: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:315:10: required from 'Eigen::PartialPivLU::PartialPivLU(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/PartialPivLU.h:604:10: required from 'const Eigen::PartialPivLU::PlainObject> Eigen::MatrixBase::partialPivLu() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:34:26: required from 'static typename Eigen::internal::traits::Scalar Eigen::internal::determinant_impl::run(const Derived&) [with Derived = Eigen::Matrix; int DeterminantType = -1; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/Determinant.h:112:86: required from 'typename Eigen::internal::traits::Scalar Eigen::MatrixBase::determinant() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' reg-lib/cpu/_reg_maths_eigen.cpp:216:33: required from 'T reg_matrix2DDet(T**, size_t, size_t) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:220:70: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 4, 1, true>, -1, 1, false> >, 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, 4, 1, true>, -1, 1, false> >, 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, 4, 1, true>, -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, 4, 1, true>, -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, 4, 1, true>, -1, 1, false> >, 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, 4, 1, true>, -1, 1, false> >, 1, -1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 4, 1, true>, -1, 1, false> >, 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, 4, 1, true>, -1, 1, false> >, 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, 4, 1, true>, -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, 4, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 4, 1, true>, -1, 1, false> >, 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, 4, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, 4, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Transpose, 4, 1, true>, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, 4, 1, true>, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -1, -1, false>, 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>, -1, -1, false>, 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>, -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>, 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>, 1, -1, false>, 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, false>, -1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -1, -1, false>, 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>, -1, -1, false>, 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>, -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>, 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>, -1, -1, false>, 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>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, 1, false>, -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, false>, -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, 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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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/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/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: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, 1, false> >, 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> >, 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> >, 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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false> >, 1, 1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 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, 1, 1, false> >, const Eigen::Block, -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, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 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::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 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::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 1, 1, false> >' /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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Transpose, -1, 1, false> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose, -1, 1, false> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, Eigen::Stride<0, 0> >, 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, 0, Eigen::Stride<0, 0> >, 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, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /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> >, 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/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: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 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, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 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, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 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::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 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::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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 >, 1, 2, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, 2, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, 2, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, 2, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, 2, 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, 2, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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 >, 1, 2, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, 2, true> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, 2, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, 2, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, 2, 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, 2, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, 2, -1, false>, 2, 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, false>, 2, -1, false>, 2, 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, false>, 2, -1, false>, 2, 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>, 2, -1, false>, 2, 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>, 2, -1, false>, 2, 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, false>, 2, -1, false>, 2, 1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose >, 1, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 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::Transpose >, 1, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 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::Transpose >, 1, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 2, 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, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 2, 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, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 2, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Transpose >; Rhs = Eigen::Block, -1, -1, false>, 2, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, 2, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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 >, 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 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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 >, 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/ProductEvaluators.h:618:37: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, 1, -1, false>, 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>, 1, -1, false>, 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>, 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>, 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>, 1, 1, false>, 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, false>, 1, -1, false>, 1, 1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 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 >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 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, const Eigen::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 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::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 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::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Transpose >; Rhs = Eigen::Block, -1, -1, false>, 1, -1, false>; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, 1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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/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/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: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 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, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 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, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 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::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 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::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false> >; 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::Block, 2, 1, true>, -1, 1, false>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false> > >; 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::Block, 2, 1, true>, -1, 1, false>, -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::CwiseUnaryOp, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false> >; 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::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 2, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, 2, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: 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/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/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:526:76: required from 'struct Eigen::internal::product_evaluator, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1> >' /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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:527:76: required from 'struct Eigen::internal::product_evaluator, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1> >' /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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 3, 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::Matrix; SrcXprType = Eigen::Block, 3, 1, false>; 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::Matrix; SrcXprType = Eigen::Block, 3, 1, false>; 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::Matrix; Src = Eigen::Block, 3, 1, false>; 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::Matrix; Src = Eigen::Block, 3, 1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Block, 3, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:779:32: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 2, 1, false>, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; 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, 2, 1, false>, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; 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, 2, 1, false>, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; 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, 2, 1, false>, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-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, 2, 1, false>, 1, 1, false>; Src = Eigen::Block, 1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 2, 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, 2, 1, false>, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; 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, 2, 1, false>, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; 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, 2, 1, false>, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; 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, 2, 1, false>, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-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, 2, 1, false>, 1, 1, false>; Src = Eigen::Block, 1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 2, 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, 2, 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, 2, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 1, 2, 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, 2, false> >, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; 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, 2, false> >, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 2, 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, 2, false> >, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; 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, 2, false> >, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; 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, 2, false> >, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; 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, 2, false> >, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-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, 2, false> >, 1, 1, false>; Src = Eigen::Block, 1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 1, 3, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, 3, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, 3, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 3, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 3, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 3, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 4, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 4, false>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 4, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 4, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 4, false>, 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, 4, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes 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, 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, false> >, 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, false> >, 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, false> >, 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, false> >, 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, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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>, -1, -1, false>, -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, false>, -1, -1, false>, -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, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-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, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, -1, -1, false>, -1, 2, false>, 1, 2, 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>, -1, 2, false>, 1, 2, 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>, -1, 2, false>, 1, 2, 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, 2, false>, 1, 2, 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, 2, false>, 1, 2, false>, 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, false>, -1, 2, false>, 1, 2, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 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, 2, false>, 1, 2, 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>, -1, 2, false>, 1, 2, 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>, -1, 2, false>, 1, 2, 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, 2, false>, 1, 2, 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>, -1, 2, false>, 1, 2, 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>, -1, 2, false>, 1, 2, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 2, 1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, 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, 2, 1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, -1, -1, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 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::Transpose, -1, -1, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 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::Transpose, -1, -1, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 2, 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, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 2, 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, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 2, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Block, -1, -1, false>, -1, 2, false>; Rhs = Eigen::Matrix; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Block, -1, -1, false>, -1, 2, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 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, 0, Eigen::Stride<0, 0> > >, 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, 0, Eigen::Stride<0, 0> > >, 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, 0, Eigen::Stride<0, 0> > >, 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, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:22: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 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, 0, Eigen::Stride<0, 0> > >, 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, 0, Eigen::Stride<0, 0> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Transpose >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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 >, 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/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/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: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, 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::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, 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::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, 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::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false> >' /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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Transpose >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -1, 1, false>, 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>, -1, 1, false>, 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>, -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>, 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>, 1, 1, false>, 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, false>, -1, 1, false>, 1, 1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -1, 1, false>, 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>, -1, 1, false>, 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>, -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>, 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>, -1, 1, false>, 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>, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, -1, -1, false>, -1, 1, false>, 1, 1, false> >, 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, false>, -1, 1, false>, 1, 1, false> >, 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, false>, -1, 1, false>, 1, 1, false> >, 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, false>, -1, 1, false>, 1, 1, false> >, 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, false>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Block, -1, -1, false>, -1, 1, false>; Rhs = Eigen::Matrix; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Block, -1, -1, false>, -1, 1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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 >, 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/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/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: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, 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::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, 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::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, 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::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Transpose >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, 1, true>, -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, 2, 1, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; 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, 2, 1, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; 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, 2, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-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, 2, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 2, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 2, -1, true>, 2, -1, false> >': /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, 2, -1, true>, 2, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:526:76: required from 'struct Eigen::internal::product_evaluator, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 1> >' /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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, 2, -1, true>, 2, -1, false>, Eigen::Block, 2, 1, true>, -1, 1, false>, 1>; Functor = Eigen::internal::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/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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::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::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::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 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::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::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::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::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::Matrix >' /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::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, 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::CwiseNullaryOp, const Eigen::Matrix >, 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::CwiseNullaryOp, const Eigen::Matrix >, 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::CwiseNullaryOp, const Eigen::Matrix >, 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::CwiseNullaryOp, const Eigen::Matrix >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -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 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -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, false>, -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, 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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -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, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -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, false>, -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, false>, -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::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 2, -1, false> >': /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, false>, 2, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:527:76: required from 'struct Eigen::internal::product_evaluator >, Eigen::Block, -1, -1, false>, 2, -1, false>, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator >, Eigen::Block, -1, -1, false>, 2, -1, false>, 1> >' /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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product >, Eigen::Block, -1, -1, false>, 2, -1, false>, 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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product >, Eigen::Block, -1, -1, false>, 2, -1, false>, 1>; Functor = Eigen::internal::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/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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>, -1, 2, false> >': /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, false>, -1, 2, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:526:76: required from 'struct Eigen::internal::product_evaluator, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 1> >' /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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, 2, false>, Eigen::Matrix, 1>; Functor = Eigen::internal::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/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:526:76: required from 'struct Eigen::internal::product_evaluator, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 1>, 4, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 1> >' /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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, -1, false>, -1, 1, false>, Eigen::Matrix, 1>; Functor = Eigen::internal::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/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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::Matrix; 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::Matrix; 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::Matrix; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:851:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::Product, -1, 4, false>, Eigen::Block, -1, 1, false>, 0>; Func = sub_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:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, -1, 4, false>, Eigen::Block, -1, 1, false>, 0>; Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/LU/FullPivLU.h:776:29: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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::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:183:72: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 3, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, 3, 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, 3, 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, 3, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, 3, false> > >' /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, 3, false> >, const Eigen::Block, 3, 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 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 3, 1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 3, 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, 3, false> >, const Eigen::Block, 3, 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, 3, false> >, const Eigen::Block, 3, 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, 3, false> >, const Eigen::Block, 3, 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, 3, false> >, const Eigen::Block, 3, 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 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 4, 1, true>, -1, 1, false> >, 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, 4, 1, true>, -1, 1, false> >, 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, 4, 1, true>, -1, 1, false> >, 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, 4, 1, true>, -1, 1, false> >, 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, 4, 1, true>, -1, 1, false> >, 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, 4, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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>, 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, -1, -1, false>, -1, -1, false>, 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, false>, -1, -1, false>, 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, false>, -1, -1, false>, 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, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /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, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 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, false>, -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, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-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, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 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, 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, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, 1, false> > >' /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, false> >, const Eigen::Block, -1, 1, false> >, 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: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 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::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 1, 1, 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::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 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::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 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: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 0, Eigen::Stride<0, 0> >, 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, 0, Eigen::Stride<0, 0> >, 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::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-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, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 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: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 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/ProductEvaluators.h:349:16: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /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::Matrix >, -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::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -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>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-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::Matrix >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>, -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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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>, -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, false>, -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, false>, -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, false>, -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>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-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, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-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/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 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, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-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, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-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, -1, -1, false>, -1, -1, true> >; Derived = Eigen::Block, -1, -1, false>, -1, -1, true>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 2, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, 2, 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, 2, 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, 2, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, 2, 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, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 2, 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 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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>, 2, -1, false>, 2, 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, false>, 2, -1, false>, 2, 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, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 2, 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, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 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::Transpose >, 1, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 2, 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, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 2, 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 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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:311:41: required from 'struct Eigen::internal::unary_evaluator >, 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> > >' /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:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 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: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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>, 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, -1, -1, false>, 1, -1, false>, 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::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 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::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 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::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 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::CwiseBinaryOp, const Eigen::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 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: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 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, 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, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, 1, false> > >' /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, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, -1, -1, false>, -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>, -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>, -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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -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>, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:32: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 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, false>, -1, 1, true>, -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::Transpose, -1, -1, false>, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:48: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, 1, -1, true>, 1, -1, false>; int Mode = 5; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >; Rhs = const Eigen::Block, -1, -1, false>, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, 2, false>, Eigen::Block, -1, 1, false>, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 2, false>, Eigen::Block, -1, 1, false>, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 2, false>, Eigen::Block, -1, 1, false>, 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, -1, 2, false>, Eigen::Block, -1, 1, false>, 1, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 2, false>, Eigen::Block, -1, 1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 2, false>, Eigen::Block, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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 >, 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/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/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: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/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:100:8: required from 'struct Eigen::internal::evaluator, -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, -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, -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, -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, -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 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:236:47: required from 'bool Eigen::internal::qr_preconditioner_impl::run(Eigen::JacobiSVD&, const MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:692:30: required from 'Eigen::JacobiSVD& Eigen::JacobiSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/JacobiSVD.h:549:14: required from 'Eigen::JacobiSVD::JacobiSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; int QRPreconditioner = 2; MatrixType = Eigen::Matrix]' reg-lib/cpu/_reg_maths_eigen.cpp:56:38: required from 'void svd(T**, size_t, size_t, T*, T**) [with T = float; size_t = long unsigned int]' reg-lib/cpu/_reg_maths_eigen.cpp:73:78: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-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, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-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, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-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, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618: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) const [with Lhs = Eigen::Transpose, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >; SrcEvaluatorTypeT = Eigen::internal::evaluator, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >; Functor = Eigen::internal::assign_op; int Version = 0; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:518:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: 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, -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 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 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 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 2, false>, 1, 2, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 2, false>, 1, 2, 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, false>, -1, 2, false>, 1, 2, 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, false>, -1, 2, false>, 1, 2, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 2, false>, 1, 2, false> > >' /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, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 2, 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 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 2, 1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 2, 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, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 2, 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, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 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::Transpose, -1, -1, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 2, 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, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 2, 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 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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::Map, 0, Eigen::Stride<0, 0> > >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> > >' /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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 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: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 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::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 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::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 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::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 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::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 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: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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>, 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, -1, -1, false>, -1, 1, false>, 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, false>, -1, 1, false>, 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, false>, -1, 1, false>, 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, -1, -1, false>, -1, 1, false>, 1, 1, false> > >' /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, false>, -1, 1, false>, 1, 1, false> >, 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 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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::Transpose, -1, -1, false>, -1, 1, false>, 1, 1, false> >, 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::Transpose, -1, -1, false>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 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, false>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 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, false>, -1, 1, false>, 1, 1, false> >, 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: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 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::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 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::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 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::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 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::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 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: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, -1, 1, false> >, 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, false> >, 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, 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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false> >, 1, -1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 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, 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, false> >, 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, 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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false> >, 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, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -1, -1, false>, -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, false>, -1, -1, false>, -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, false>, -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, 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, false>, -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, false>, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Transpose, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -1, 1, true>, -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>, -1, 1, true>, -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>, -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, false>, -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, false>, -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, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-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, false>, -1, 1, true>, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-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, false>, -1, 1, true>, -1, 1, false> > > >, -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::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -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::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:341:54: required from 'static void Eigen::internal::trmv_selector::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, -1, -1, false>, -1, -1, false> >; Rhs = Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >; Dest = Eigen::Transpose, 1, -1, true>, 1, -1, false> >; int Mode = 6; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:18: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -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 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, 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::Matrix >, const Eigen::Block, -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, -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, -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, -1, -1, false> >' /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 = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -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, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -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::Block, -1, -1, false> >, -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::Block, -1, -1, false> >, -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::Block, -1, -1, false> >, -1, -1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -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 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false> >, -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> >, -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> >, -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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false> >, -1, -1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::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::Block, -1, -1, false> >, -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, -1, -1, false> >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -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, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -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, -1, -1, false> >, -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, -1, -1, false> >, -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 = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, 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>, 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>, 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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, 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>, 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>, 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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, 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>, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -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, false>, 1, -1, false> >, const Eigen::Block, -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, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -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, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -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, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -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::Block, -1, -1, false>; Rhs = Eigen::Block, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Block, -1, -1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 1, true>, -1, 1, false>, 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, 2, 1, true>, -1, 1, false>, 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, 2, 1, true>, -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, 2, 1, true>, -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, 2, 1, true>, -1, 1, false>, 1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 2, 1, true>, -1, 1, false>, 1, 1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 2, 1, true>, -1, 1, false>, 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, 2, 1, true>, -1, 1, false>, 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, 2, 1, true>, -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, 2, 1, true>, -1, 1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 2, 1, true>, -1, 1, false>, 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, 2, 1, true>, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 1, 2, false>, 1, -1, false>, 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, 2, false>, 1, -1, false>, 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, 2, false>, 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, 2, false>, 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, 2, false>, 1, -1, false>, 1, 1, false>, 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, 2, false>, 1, -1, false>, 1, 1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, 2, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 2, false>, 1, -1, false>, 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, 2, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 2, false>, 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, const Eigen::Transpose, 2, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 2, false>, 1, -1, false>, 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::Transpose, 2, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 2, false>, 1, -1, false>, 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::Transpose, 2, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 2, false>, 1, -1, false>, 1, 1, false> >' /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::Block, 2, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 1, 2, false>, 1, -1, false>; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, 1, 2, false>, 1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Block, 2, 1, true>, -1, 1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-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, 0, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 0, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, -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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-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::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 1, 4, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 4, false> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 4, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 4, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, 4, 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, 4, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 4, 1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 4, 1, false>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 4, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 4, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 4, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 4, 1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, 1, 4, false> >, const Eigen::Block >, 4, 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, 1, 4, false> >, const Eigen::Block >, 4, 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, 1, 4, false> >, const Eigen::Block >, 4, 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::Transpose, 1, 4, false> >, const Eigen::Block >, 4, 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::Transpose, 1, 4, false> >, const Eigen::Block >, 4, 1, false> >' /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::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 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, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 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, 0, Eigen::OuterStride<> >, 3, 1, true>, -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, 0, Eigen::OuterStride<> >, 3, 1, true>, -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, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false>, 0>' /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::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::OuterStride<> >, 3, 1, true>, -1, 1, false>, 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, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 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, 0, Eigen::OuterStride<> >, 3, 1, true>, -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, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 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, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::OuterStride<> >, 1, 3, false>, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, 3, false>, 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, 0, Eigen::OuterStride<> >, 1, 3, false>, 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, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1, 1, false>, 0>' /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::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1, 1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::Transpose, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 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, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 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::Transpose, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 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::Transpose, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 1, 1, false> >' /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::Block, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Block, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256: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::OuterStride<> >, 4, 1, true>, -1, 1, false>, 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, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 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, 0, Eigen::OuterStride<> >, 4, 1, true>, -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, 0, Eigen::OuterStride<> >, 4, 1, true>, -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, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false>, 0>' /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::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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::OuterStride<> >, 4, 1, true>, -1, 1, false>, 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, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 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, 0, Eigen::OuterStride<> >, 4, 1, true>, -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, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 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, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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::OuterStride<> >, 1, 4, false>, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, 4, false>, 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, 0, Eigen::OuterStride<> >, 1, 4, false>, 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, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1, 1, false>, 0>' /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::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1, 1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 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, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 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::Transpose, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 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::Transpose, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 1, 1, false> >' /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::Block, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Block, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::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::CwiseBinaryOp, const Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-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, 4, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 4, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-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, 4, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-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, 4, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618: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) const [with Lhs = Eigen::Transpose, 4, 1, true>, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, 4, 1, true>, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >; SrcEvaluatorTypeT = Eigen::internal::evaluator, 4, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >; Functor = Eigen::internal::assign_op; int Version = 0; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:518:25: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: 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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -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, false>, -1, 1, true> >' /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, true>, -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, -1, -1, false>, -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, false>, -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, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 33 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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>, -1, 1, true>, -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, -1, -1, false>, -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, false>, -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, false>, -1, 1, true>, -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, -1, -1, false>, -1, 1, true>, -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::Transpose, -1, -1, false>, -1, 1, true>, -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: [ skipping 31 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, false>, -1, 1, true>, -1, 1, false> > > >, -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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -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>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-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>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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::Block, -1, -1, false> >, -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::Block, -1, -1, false> >, -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::Block, -1, -1, false> >, -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::Block, -1, -1, false> >, -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::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-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::Block, -1, -1, false> >, -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 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-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::Block, -1, -1, false> >, -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::Block, -1, -1, false> >, -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::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-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::Block, -1, -1, false> >, -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 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> >, -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, -1, -1, false> >, -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, -1, -1, false> >, -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, -1, -1, false> >, -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, -1, -1, false> >, -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 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, -1, -1, false> >, -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, -1, -1, false> >, -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, -1, -1, false> >, -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, -1, -1, false> >, -1, -1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-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, -1, -1, false> >, -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 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 2, 1, true>, -1, 1, false> >, 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, 2, 1, true>, -1, 1, false> >, 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, 2, 1, true>, -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, 2, 1, true>, -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, 2, 1, true>, -1, 1, false> >, 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, 2, 1, true>, -1, 1, false> >, 1, -1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, 1, true>, -1, 1, false> >, 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, 2, 1, true>, -1, 1, false> >, 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, 2, 1, true>, -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, 2, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 2, 1, true>, -1, 1, false> >, 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, 2, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, 2, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Transpose, 2, 1, true>, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, 2, 1, true>, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -1, -1, false>, 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>, -1, -1, false>, 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>, -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>, 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>, 1, -1, false>, 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, false>, -1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -1, -1, false>, 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>, -1, -1, false>, 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>, -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>, 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>, -1, -1, false>, 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>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, 1, false>, -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, false>, -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, 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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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/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/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: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, 1, false> >, 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> >, 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> >, 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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false> >, 1, 1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 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, 1, 1, false> >, const Eigen::Block, -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, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 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::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 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::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 1, 1, false> >' /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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Transpose, -1, 1, false> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose, -1, 1, false> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, Eigen::Stride<0, 0> >, 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, 0, Eigen::Stride<0, 0> >, 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, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /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> >, 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/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: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 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, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 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, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 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::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 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::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, 2, -1, false>, 2, 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, false>, 2, -1, false>, 2, 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, false>, 2, -1, false>, 2, 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>, 2, -1, false>, 2, 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>, 2, -1, false>, 2, 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, false>, 2, -1, false>, 2, 1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose >, 1, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 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::Transpose >, 1, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 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::Transpose >, 1, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 2, 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, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 2, 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, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 2, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Transpose >; Rhs = Eigen::Block, -1, -1, false>, 2, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, 2, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, 1, -1, false>, 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>, 1, -1, false>, 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>, 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>, 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>, 1, 1, false>, 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, false>, 1, -1, false>, 1, 1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 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 >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 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, const Eigen::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 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::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 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::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Transpose >; Rhs = Eigen::Block, -1, -1, false>, 1, -1, false>; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, 1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 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, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 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, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 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::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 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::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 4, 1, true>, -1, 1, false>, 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, 4, 1, true>, -1, 1, false>, 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, 4, 1, true>, -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, 4, 1, true>, -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, 4, 1, true>, -1, 1, false>, 1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 4, 1, true>, -1, 1, false>, 1, 1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 4, 1, true>, -1, 1, false>, 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, 4, 1, true>, -1, 1, false>, 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, 4, 1, true>, -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, 4, 1, true>, -1, 1, false>, 1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 4, 1, true>, -1, 1, false>, 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, 4, 1, true>, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 1, 4, false>, 1, -1, false>, 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, 4, false>, 1, -1, false>, 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, 4, false>, 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, 4, false>, 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, 4, false>, 1, -1, false>, 1, 1, false>, 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, 4, false>, 1, -1, false>, 1, 1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 4, false>, 1, -1, false>, 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, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 4, false>, 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, const Eigen::Transpose, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 4, false>, 1, -1, false>, 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::Transpose, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 4, false>, 1, -1, false>, 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::Transpose, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 4, false>, 1, -1, false>, 1, 1, false> >' /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::Block, 4, 1, true>, -1, 1, false>; Rhs = Eigen::Block, 1, 4, false>, 1, -1, false>; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, 1, 4, false>, 1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Block, 4, 1, true>, -1, 1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, 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/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/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: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, 4, false>, Eigen::Block, -1, 1, false>, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 4, false>, Eigen::Block, -1, 1, false>, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 4, false>, Eigen::Block, -1, 1, false>, 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, -1, 4, false>, Eigen::Block, -1, 1, false>, 1, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 4, false>, Eigen::Block, -1, 1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 4, false>, Eigen::Block, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/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::CwiseNullaryOp, Eigen::Matrix >; 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::CwiseNullaryOp, Eigen::Matrix >; 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::CwiseNullaryOp, Eigen::Matrix >; 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::CwiseNullaryOp, Eigen::Matrix >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-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::CwiseNullaryOp, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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 >, 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/Redux.h: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 >, 2, 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::Block, const Eigen::Matrix >, 2, 1, true>; 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 >, 2, 1, true>; 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 = 0; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 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, false> >, 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, false> >, 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, false> >, 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, false> >, 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, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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>, -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, false>, -1, -1, false>, -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, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-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, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, -1, -1, false>, -1, 2, false>, 1, 2, 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>, -1, 2, false>, 1, 2, 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>, -1, 2, false>, 1, 2, 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, 2, false>, 1, 2, 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, 2, false>, 1, 2, false>, 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, false>, -1, 2, false>, 1, 2, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 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, 2, false>, 1, 2, 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>, -1, 2, false>, 1, 2, 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>, -1, 2, false>, 1, 2, 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, 2, false>, 1, 2, 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>, -1, 2, false>, 1, 2, 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>, -1, 2, false>, 1, 2, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, -1, -1, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 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::Transpose, -1, -1, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 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::Transpose, -1, -1, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 2, 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, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 2, 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, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 2, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Block, -1, -1, false>, -1, 2, false>; Rhs = Eigen::Matrix; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Block, -1, -1, false>, -1, 2, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 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, 0, Eigen::Stride<0, 0> > >, 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, 0, Eigen::Stride<0, 0> > >, 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, 0, Eigen::Stride<0, 0> > >, 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, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:22: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 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, 0, Eigen::Stride<0, 0> > >, 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, 0, Eigen::Stride<0, 0> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Transpose >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, 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::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, 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::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, 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::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false> >' /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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Transpose >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -1, 1, false>, 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>, -1, 1, false>, 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>, -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>, 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>, 1, 1, false>, 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, false>, -1, 1, false>, 1, 1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, -1, false>, -1, 1, false>, 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>, -1, 1, false>, 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>, -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>, 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>, -1, 1, false>, 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>, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, -1, -1, false>, -1, 1, false>, 1, 1, false> >, 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, false>, -1, 1, false>, 1, 1, false> >, 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, false>, -1, 1, false>, 1, 1, false> >, 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, false>, -1, 1, false>, 1, 1, false> >, 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, false>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Block, -1, -1, false>, -1, 1, false>; Rhs = Eigen::Matrix; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Block, -1, -1, false>, -1, 1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, 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::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, 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::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, 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::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Transpose >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/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/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 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, false>, 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, false>, 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, -1, -1, false>, 1, -1, false> > >' /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, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 2, 1, true>, -1, 1, false>, 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, 2, 1, true>, -1, 1, false>, 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, 2, 1, true>, -1, 1, false>, 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, 2, 1, true>, -1, 1, false>, 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, 2, 1, true>, -1, 1, false>, 1, 1, false> > >' /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, 2, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 2, false>, 1, -1, false>, 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: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 2, false>, 1, -1, false>, 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, 1, 2, false>, 1, -1, false>, 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::Transpose, 2, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 2, false>, 1, -1, false>, 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::Transpose, 2, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 2, false>, 1, -1, false>, 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::Transpose, 2, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 2, false>, 1, -1, false>, 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::CwiseBinaryOp, const Eigen::Transpose, 2, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 2, false>, 1, -1, false>, 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: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 2, false> >': /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, 2, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:526:76: required from 'struct Eigen::internal::product_evaluator, -1, 2, false>, Eigen::Block, -1, 1, false>, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, -1, 2, false>, Eigen::Block, -1, 1, false>, 1> >' /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::Matrix; SrcXprType = Eigen::Product, -1, 2, false>, Eigen::Block, -1, 1, false>, 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::Matrix; SrcXprType = Eigen::Product, -1, 2, false>, Eigen::Block, -1, 1, false>, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 4, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, 4, 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, 4, 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, 4, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, 4, false> > >' /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, 4, false> >, const Eigen::Block >, 4, 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: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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 >, 4, 1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 4, 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::Transpose, 1, 4, false> >, const Eigen::Block >, 4, 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::Transpose, 1, 4, false> >, const Eigen::Block >, 4, 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::Transpose, 1, 4, false> >, const Eigen::Block >, 4, 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::CwiseBinaryOp, const Eigen::Transpose, 1, 4, false> >, const Eigen::Block >, 4, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 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, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 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, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 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, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 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, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> > >' /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, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 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: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 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::Transpose, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 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::Transpose, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 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::Transpose, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 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::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 3, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 3, false>, 1, -1, false>, 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: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 3, 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, 3, false>; SrcXprType = Eigen::Block, 1, 3, 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, 3, false>; SrcXprType = Eigen::Block, 1, 3, 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, 3, false>; Src = Eigen::Block, 1, 3, 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, 3, false>; Src = Eigen::Block, 1, 3, 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::Block, 1, 3, false>; Derived = Eigen::Block, 1, 3, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:1033:18: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:256:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 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, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 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, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 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, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 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, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> > >' /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, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 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: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 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::Transpose, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 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::Transpose, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 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::Transpose, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 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::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, 4, false>, 1, -1, false>, 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: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h:414:35: required from 'void Eigen::MatrixExponentialReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixExponentialReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixExponentialReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:273:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits, std::complex, false, false, 1, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:64:27: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = std::complex; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; Rhs = Eigen::Matrix, -1, -1, 0, 3, 3>; int Side = 1; int Mode = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Matrix, -1, -1, 0, 3, 3>; _MatrixType = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix, -1, -1, 0, 3, 3>; _MatrixType = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:552:25: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::_solve_impl(const RhsType&, DstType&) const [with RhsType = Eigen::Matrix, -1, -1, 0, 3, 3>; DstType = Eigen::Matrix, -1, -1, 0, 3, 3>; _MatrixType = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:127:28: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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, std::complex, false, false, 1, 1>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1080:42: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:78:95: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = std::complex; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; Rhs = Eigen::Matrix, -1, -1, 0, 3, 3>; int Side = 1; int Mode = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Matrix, -1, -1, 0, 3, 3>; _MatrixType = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix, -1, -1, 0, 3, 3>; _MatrixType = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:552:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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, std::complex, false, false, 1, 2>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1085:45: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:78:95: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = std::complex; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; Rhs = Eigen::Matrix, -1, -1, 0, 3, 3>; int Side = 1; int Mode = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Matrix, -1, -1, 0, 3, 3>; _MatrixType = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix, -1, -1, 0, 3, 3>; _MatrixType = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:552:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 2, 1, true>, -1, 1, false> >, 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, 2, 1, true>, -1, 1, false> >, 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, 2, 1, true>, -1, 1, false> >, 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, 2, 1, true>, -1, 1, false> >, 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, 2, 1, true>, -1, 1, false> >, 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, 2, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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>, -1, -1, false>, 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, -1, -1, false>, -1, -1, false>, 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, false>, -1, -1, false>, 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, false>, -1, -1, false>, 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, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /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, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 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, false>, -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, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-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, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 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, 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, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, 1, false> > >' /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, false> >, const Eigen::Block, -1, 1, false> >, 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: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 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::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 1, 1, 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::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 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::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, -1, 1, false> >, 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: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 0, Eigen::Stride<0, 0> >, 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, 0, Eigen::Stride<0, 0> >, 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::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-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, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 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: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 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/ProductEvaluators.h:349:16: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /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::Matrix >, -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::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -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>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-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::Matrix >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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>, -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, false>, -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, false>, -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, false>, -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>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-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, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 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, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-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, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-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, -1, -1, false>, -1, -1, true> >; Derived = Eigen::Block, -1, -1, false>, -1, -1, true>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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>, 2, -1, false>, 2, 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, false>, 2, -1, false>, 2, 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, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 2, 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, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 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::Transpose >, 1, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 2, 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, 2, true> >, const Eigen::Block, -1, -1, false>, 2, -1, false>, 2, 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 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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>, 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, -1, -1, false>, 1, -1, false>, 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::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 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::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 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::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 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::CwiseBinaryOp, const Eigen::Transpose >, 1, 1, true> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 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: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 4, 1, true>, -1, 1, false>, 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, 4, 1, true>, -1, 1, false>, 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, 4, 1, true>, -1, 1, false>, 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, 4, 1, true>, -1, 1, false>, 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, 4, 1, true>, -1, 1, false>, 1, 1, false> > >' /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, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 4, false>, 1, -1, false>, 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: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 4, false>, 1, -1, false>, 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, 1, 4, false>, 1, -1, false>, 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::Transpose, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 4, false>, 1, -1, false>, 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::Transpose, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 4, false>, 1, -1, false>, 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::Transpose, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 4, false>, 1, -1, false>, 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::CwiseBinaryOp, const Eigen::Transpose, 4, 1, true>, -1, 1, false>, 1, 1, false> >, const Eigen::Block, 1, 4, false>, 1, -1, false>, 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: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/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 = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = std::complex]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:164:24: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = std::complex; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; Rhs = Eigen::Matrix, -1, -1, 0, 3, 3>; int Side = 1; int Mode = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Matrix, -1, -1, 0, 3, 3>; _MatrixType = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix, -1, -1, 0, 3, 3>; _MatrixType = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:552:25: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::_solve_impl(const RhsType&, DstType&) const [with RhsType = Eigen::Matrix, -1, -1, 0, 3, 3>; DstType = Eigen::Matrix, -1, -1, 0, 3, 3>; _MatrixType = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:127:28: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /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: In instantiation of 'struct Eigen::internal::unpacket_traits >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1979:135: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:164:24: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = std::complex; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; Rhs = Eigen::Matrix, -1, -1, 0, 3, 3>; int Side = 1; int Mode = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Matrix, -1, -1, 0, 3, 3>; _MatrixType = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix, -1, -1, 0, 3, 3>; _MatrixType = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:552:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:746:64: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 746 | typedef DoublePacket::half> half; | ^~~~ /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, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-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, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-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, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-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, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618: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) const [with Lhs = Eigen::Transpose, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >; SrcEvaluatorTypeT = Eigen::internal::evaluator, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >; Functor = Eigen::internal::assign_op; int Version = 0; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:518:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: 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, -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 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 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 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 2, false>, 1, 2, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 2, false>, 1, 2, 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, false>, -1, 2, false>, 1, 2, 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, false>, -1, 2, false>, 1, 2, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 2, false>, 1, 2, false> > >' /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, false>, -1, 2, false>, 1, 2, false> >, const Eigen::Block, 2, 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 25 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> > >' /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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1, 1, false> >, const Eigen::Block >, 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: [ skipping 25 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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>, 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, -1, -1, false>, -1, 1, false>, 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, false>, -1, 1, false>, 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, false>, -1, 1, false>, 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, -1, -1, false>, -1, 1, false>, 1, 1, false> > >' /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, false>, -1, 1, false>, 1, 1, false> >, 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 25 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, 4, false> >': /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, 4, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:526:76: required from 'struct Eigen::internal::product_evaluator, -1, 4, false>, Eigen::Block, -1, 1, false>, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, -1, 4, false>, Eigen::Block, -1, 1, false>, 1> >' /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::Matrix; SrcXprType = Eigen::Product, -1, 4, false>, Eigen::Block, -1, 1, false>, 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::Matrix; SrcXprType = Eigen::Product, -1, 4, false>, Eigen::Block, -1, 1, false>, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gebp_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = false; bool _ConjRhs = false; int Arch = 1; int _PacketSize = 0; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1525:13: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:164:24: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = std::complex; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; Rhs = Eigen::Matrix, -1, -1, 0, 3, 3>; int Side = 1; int Mode = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 1; OtherDerived = Eigen::Matrix, -1, -1, 0, 3, 3>; _MatrixType = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:522:37: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix, -1, -1, 0, 3, 3>; _MatrixType = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:552:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 858 | dest = pload((const typename unpacket_traits::type*)(a)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument '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, -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::Matrix >, -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::Matrix >, -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::Matrix >, -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::Matrix >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-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::Matrix >, -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 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >; 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, 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, -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, -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, -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 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-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, 2, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 2, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-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, 2, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-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, 2, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618: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) const [with Lhs = Eigen::Transpose, 2, 1, true>, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, 2, 1, true>, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >; SrcEvaluatorTypeT = Eigen::internal::evaluator, 2, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >; Functor = Eigen::internal::assign_op; int Version = 0; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:518:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: 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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -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, false>, -1, 1, true> >' /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, true>, -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, -1, -1, false>, -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, false>, -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, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 37 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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>, -1, 1, true>, -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, -1, -1, false>, -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, false>, -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, false>, -1, 1, true>, -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, -1, -1, false>, -1, 1, true>, -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::Transpose, -1, -1, false>, -1, 1, true>, -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: [ skipping 35 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, false>, -1, 1, true>, -1, 1, false> > > >, -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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -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>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-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>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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::Block, -1, -1, false> >, -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::Block, -1, -1, false> >, -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::Block, -1, -1, false> >, -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::Block, -1, -1, false> >, -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::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-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::Block, -1, -1, false> >, -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 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-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::Block, -1, -1, false> >, -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::Block, -1, -1, false> >, -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::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-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::Block, -1, -1, false> >, -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 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> >, -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, -1, -1, false> >, -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, -1, -1, false> >, -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, -1, -1, false> >, -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, -1, -1, false> >, -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 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, -1, -1, false> >, -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, -1, -1, false> >, -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, -1, -1, false> >, -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, -1, -1, false> >, -1, -1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-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, -1, -1, false> >, -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 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block >, 1, 1, false>; Functor = assign_op]' /projects/genomic-ml/R/R-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 >, 1, 1, false>; 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::Block >, 1, 1, false>; 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::Block >, 1, 1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-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::Block >, 1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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, -1, 2, false>, 1, 2, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 2, false>, 1, 2, false>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 2, false>, 1, 2, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 2, false>, 1, 2, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 2, false>, 1, 2, false>, 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, 2, false>, 1, 2, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 2, false>, 1, 2, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 2, false>, 1, 2, false> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 2, false>, 1, 2, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 2, false>, 1, 2, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 2, false>, 1, 2, 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, 2, false>, 1, 2, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: [ skipping 25 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, 1, false>, -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, false>, -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, 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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, -1, 2, false>, 1, 2, false> >, const Eigen::Block, -1, 1, false>, -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, 2, false>, 1, 2, false> >, const Eigen::Block, -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, const Eigen::Transpose, -1, 2, false>, 1, 2, false> >, const Eigen::Block, -1, 1, false>, -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, 2, false>, 1, 2, false> >, const Eigen::Block, -1, 1, false>, -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, 2, false>, 1, 2, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Block, -1, 2, false>; Rhs = Eigen::Block, -1, 1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Block, -1, 2, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gebp_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = false; bool _ConjRhs = false; int Arch = 1; int _PacketSize = 1; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1198:19: required from 'void Eigen::internal::lhs_process_one_packet::peeled_kc_onestep(Eigen::Index, const LhsScalar*, const RhsScalar*, GEBPTraits, LhsPacket*, RhsPacketx4*, RhsPacket*, AccPacket*, AccPacket*, AccPacket*, AccPacket*) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, false, 1, 1>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int; RhsPacketx4 = Eigen::internal::QuadPacket >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1269:11: required from 'void Eigen::internal::lhs_process_one_packet::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, ResScalar, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, int, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, false, 1, 1>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1896:8: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:164:24: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = std::complex; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; Rhs = Eigen::Matrix, -1, -1, 0, 3, 3>; int Side = 1; int Mode = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 858 | dest = pload((const typename unpacket_traits::type*)(a)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_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_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = false; bool _ConjRhs = false; int Arch = 1; int _PacketSize = 2; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1198:19: required from 'void Eigen::internal::lhs_process_one_packet::peeled_kc_onestep(Eigen::Index, const LhsScalar*, const RhsScalar*, GEBPTraits, LhsPacket*, RhsPacketx4*, RhsPacket*, AccPacket*, AccPacket*, AccPacket*, AccPacket*) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, false, 1, 2>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int; RhsPacketx4 = Eigen::internal::QuadPacket >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1269:11: required from 'void Eigen::internal::lhs_process_one_packet::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, ResScalar, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, int, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, false, 1, 2>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1902:8: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:164:24: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = std::complex; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 0; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::CwiseBinaryOp, std::complex >, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, -1, 0, 3, 3> >, const Eigen::CwiseBinaryOp >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, -1, -1, 0, 3, 3> > >; Rhs = Eigen::Matrix, -1, -1, 0, 3, 3>; int Side = 1; int Mode = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument '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, 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, 1, 1, false>; 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::Block, 1, 1, false>; 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::Block, 1, 1, false>; 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::Block, 1, 1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-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::Block, 1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits, std::complex, true, false, 1, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1063:38: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, true, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:157:103: 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 = std::complex; Index = long int; int Mode = 6; int LhsStorageOrder = 1; bool ConjugateLhs = true; 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, -1, -1, 0, 3, 3>; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; typename Dest::Scalar = std::complex]' /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, -1, -1, 0, 3, 3>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; int ProductTag = 3; Scalar = std::complex]' /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, -1, -1, 0, 3, 3>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; Derived = Eigen::internal::generic_product_impl >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>, Eigen::Block, 3, 3>, -1, -1, false>, Eigen::TriangularShape, Eigen::DenseShape, 3>; Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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, std::complex, false, true, 1, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1074:45: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, true, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:157:103: 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 = std::complex; Index = long int; int Mode = 6; int LhsStorageOrder = 1; bool ConjugateLhs = true; 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, -1, -1, 0, 3, 3>; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; typename Dest::Scalar = std::complex]' /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, -1, -1, 0, 3, 3>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; int ProductTag = 3; Scalar = std::complex]' /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, -1, -1, 0, 3, 3>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; Derived = Eigen::internal::generic_product_impl >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>, Eigen::Block, 3, 3>, -1, -1, false>, Eigen::TriangularShape, Eigen::DenseShape, 3>; Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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, std::complex, true, false, 1, 1>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1080:42: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, true, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:157:103: 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 = std::complex; Index = long int; int Mode = 6; int LhsStorageOrder = 1; bool ConjugateLhs = true; 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, -1, -1, 0, 3, 3>; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; typename Dest::Scalar = std::complex]' /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, -1, -1, 0, 3, 3>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; int ProductTag = 3; Scalar = std::complex]' /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, -1, -1, 0, 3, 3>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; Derived = Eigen::internal::generic_product_impl >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>, Eigen::Block, 3, 3>, -1, -1, false>, Eigen::TriangularShape, Eigen::DenseShape, 3>; Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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, std::complex, true, false, 1, 2>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1085:45: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, true, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:157:103: 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 = std::complex; Index = long int; int Mode = 6; int LhsStorageOrder = 1; bool ConjugateLhs = true; 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, -1, -1, 0, 3, 3>; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; typename Dest::Scalar = std::complex]' /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, -1, -1, 0, 3, 3>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; int ProductTag = 3; Scalar = std::complex]' /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, -1, -1, 0, 3, 3>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; Derived = Eigen::internal::generic_product_impl >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>, Eigen::Block, 3, 3>, -1, -1, false>, Eigen::TriangularShape, Eigen::DenseShape, 3>; Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 4, false>, 1, 4, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 4, false>, 1, 4, false>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 4, false>, 1, 4, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 4, false>, 1, 4, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 4, false>, 1, 4, false>, 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, 4, false>, 1, 4, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 29 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 4, false>, 1, 4, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 4, false>, 1, 4, false> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 4, false>, 1, 4, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 4, false>, 1, 4, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 4, false>, 1, 4, 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, 4, false>, 1, 4, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: [ skipping 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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, -1, 1, false>, -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, false>, -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, 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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 29 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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::Transpose, -1, 4, false>, 1, 4, false> >, const Eigen::Block, -1, 1, false>, -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, 4, false>, 1, 4, false> >, const Eigen::Block, -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, const Eigen::Transpose, -1, 4, false>, 1, 4, false> >, const Eigen::Block, -1, 1, false>, -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, 4, false>, 1, 4, false> >, const Eigen::Block, -1, 1, false>, -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, 4, false>, 1, 4, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Block, -1, 4, false>; Rhs = Eigen::Block, -1, 1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Block, -1, 4, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 26 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 2, false>, 1, 2, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 2, false>, 1, 2, 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, 2, false>, 1, 2, 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, 2, false>, 1, 2, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 2, false>, 1, 2, false> > >' /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, 2, false>, 1, 2, false> >, const Eigen::Block, -1, 1, false>, -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 29 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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>, -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, false>, -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, 2, false>, 1, 2, false> >, const Eigen::Block, -1, 1, false>, -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, 2, false>, 1, 2, false> >, const Eigen::Block, -1, 1, false>, -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, 2, false>, 1, 2, false> >, const Eigen::Block, -1, 1, false>, -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, 2, false>, 1, 2, false> >, const Eigen::Block, -1, 1, false>, -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 26 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/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 = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = true; bool ConjugateRhs = false; ResScalar = std::complex]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 6; int LhsStorageOrder = 1; bool ConjugateLhs = true; 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, -1, -1, 0, 3, 3>; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; typename Dest::Scalar = std::complex]' /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, -1, -1, 0, 3, 3>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; int ProductTag = 3; Scalar = std::complex]' /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, -1, -1, 0, 3, 3>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; Derived = Eigen::internal::generic_product_impl >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>, Eigen::Block, 3, 3>, -1, -1, false>, Eigen::TriangularShape, Eigen::DenseShape, 3>; Scalar = std::complex]' /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, -1, -1, 0, 3, 3>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; Derived = Eigen::internal::generic_product_impl >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>, Eigen::Block, 3, 3>, -1, -1, false>, Eigen::TriangularShape, Eigen::DenseShape, 3>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /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: In instantiation of 'class Eigen::internal::gebp_traits, std::complex, false, true, 1, 1>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1080:42: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:157:103: 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 = std::complex; Index = long int; int Mode = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = true; 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, 3, 3>; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix, 3, 3>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >; typename Dest::Scalar = std::complex]' /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, 3, 3>; Lhs = Eigen::TriangularView, 3, 3>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >; int ProductTag = 3; Scalar = std::complex]' /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, 3, 3>; Lhs = Eigen::TriangularView, 3, 3>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >; Derived = Eigen::internal::generic_product_impl, 3, 3>, 2>, Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >, Eigen::TriangularShape, Eigen::DenseShape, 3>; Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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, std::complex, false, true, 1, 2>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1085:45: required from 'struct Eigen::internal::gebp_kernel, std::complex, long int, Eigen::internal::blas_data_mapper, long int, 0, 0, 1>, 1, 4, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:157:103: 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 = std::complex; Index = long int; int Mode = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = true; 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, 3, 3>; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix, 3, 3>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >; typename Dest::Scalar = std::complex]' /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, 3, 3>; Lhs = Eigen::TriangularView, 3, 3>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >; int ProductTag = 3; Scalar = std::complex]' /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, 3, 3>; Lhs = Eigen::TriangularView, 3, 3>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >; Derived = Eigen::internal::generic_product_impl, 3, 3>, 2>, Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >, Eigen::TriangularShape, Eigen::DenseShape, 3>; Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:769:20: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 769 | PACKET_DECL_COND(Real, _PacketSize); | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:391:3: note: in definition of macro 'PACKET_DECL_COND' 391 | name ## Packet | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 775 | Vectorizable = unpacket_traits::vectorizable | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:775: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:775: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:775: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:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 780 | RealPacketSize = Vectorizable ? unpacket_traits::size : 1, | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:780:67: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 790 | typedef DoublePacket DoublePacketType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:790:52: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 793 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:793:72: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 794 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:794:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 796 | typedef typename conditional::type AccPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:796:76: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 799 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:799: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:799: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:799: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/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::Matrix >, -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::Matrix >, -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::Matrix >, -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::Matrix >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-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::Matrix >, -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 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >; 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, 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, -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, -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, -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 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gebp_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = true; bool _ConjRhs = false; int Arch = 1; int _PacketSize = 0; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1525:13: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = true; bool ConjugateRhs = false; ResScalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 6; int LhsStorageOrder = 1; bool ConjugateLhs = true; 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, -1, -1, 0, 3, 3>; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; typename Dest::Scalar = std::complex]' /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, -1, -1, 0, 3, 3>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; int ProductTag = 3; Scalar = std::complex]' /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, -1, -1, 0, 3, 3>; Lhs = Eigen::TriangularView >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; Derived = Eigen::internal::generic_product_impl >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >, 6>, Eigen::Block, 3, 3>, -1, -1, false>, Eigen::TriangularShape, Eigen::DenseShape, 3>; Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 858 | dest = pload((const typename unpacket_traits::type*)(a)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_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 = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = true; ResScalar = std::complex]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = true; 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, 3, 3>; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix, 3, 3>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >; typename Dest::Scalar = std::complex]' /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, 3, 3>; Lhs = Eigen::TriangularView, 3, 3>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >; int ProductTag = 3; Scalar = std::complex]' /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, 3, 3>; Lhs = Eigen::TriangularView, 3, 3>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >; Derived = Eigen::internal::generic_product_impl, 3, 3>, 2>, Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >, Eigen::TriangularShape, Eigen::DenseShape, 3>; Scalar = std::complex]' /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, 3, 3>; Lhs = Eigen::TriangularView, 3, 3>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >; Derived = Eigen::internal::generic_product_impl, 3, 3>, 2>, Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >, Eigen::TriangularShape, Eigen::DenseShape, 3>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 4, false>, 1, 4, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 4, false>, 1, 4, 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, 4, false>, 1, 4, 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, 4, false>, 1, 4, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 4, false>, 1, 4, false> > >' /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, 4, false>, 1, 4, false> >, const Eigen::Block, -1, 1, false>, -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 31 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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>, -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, false>, -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, 4, false>, 1, 4, false> >, const Eigen::Block, -1, 1, false>, -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, 4, false>, 1, 4, false> >, const Eigen::Block, -1, 1, false>, -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, 4, false>, 1, 4, false> >, const Eigen::Block, -1, 1, false>, -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, 4, false>, 1, 4, false> >, const Eigen::Block, -1, 1, false>, -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 28 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:341:63: required from 'void Eigen::MatrixSquareRootReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixSquareRootReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixSquareRootReturnValue >; _Scalar = double; int _Rows = 4; int _Cols = 4; int _Options = 0; int _MaxRows = 4; int _MaxCols = 4]' reg-lib/cpu/_reg_maths_eigen.cpp:234:15: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gebp_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = false; bool _ConjRhs = true; int Arch = 1; int _PacketSize = 0; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1525:13: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = true; ResScalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = true; 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, 3, 3>; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix, 3, 3>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >; typename Dest::Scalar = std::complex]' /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, 3, 3>; Lhs = Eigen::TriangularView, 3, 3>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >; int ProductTag = 3; Scalar = std::complex]' /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, 3, 3>; Lhs = Eigen::TriangularView, 3, 3>, 2>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >; Derived = Eigen::internal::generic_product_impl, 3, 3>, 2>, Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >, Eigen::TriangularShape, Eigen::DenseShape, 3>; Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 858 | dest = pload((const typename unpacket_traits::type*)(a)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_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_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = true; bool _ConjRhs = false; int Arch = 1; int _PacketSize = 1; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1198:19: required from 'void Eigen::internal::lhs_process_one_packet::peeled_kc_onestep(Eigen::Index, const LhsScalar*, const RhsScalar*, GEBPTraits, LhsPacket*, RhsPacketx4*, RhsPacket*, AccPacket*, AccPacket*, AccPacket*, AccPacket*) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, true, false, 1, 1>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int; RhsPacketx4 = Eigen::internal::QuadPacket >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1269:11: required from 'void Eigen::internal::lhs_process_one_packet::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, ResScalar, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, int, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, true, false, 1, 1>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1896:8: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = true; bool ConjugateRhs = false; ResScalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 6; int LhsStorageOrder = 1; bool ConjugateLhs = true; 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, -1, -1, 0, 3, 3>; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; typename Dest::Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_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_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = true; bool _ConjRhs = false; int Arch = 1; int _PacketSize = 2; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1198:19: required from 'void Eigen::internal::lhs_process_one_packet::peeled_kc_onestep(Eigen::Index, const LhsScalar*, const RhsScalar*, GEBPTraits, LhsPacket*, RhsPacketx4*, RhsPacket*, AccPacket*, AccPacket*, AccPacket*, AccPacket*) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, true, false, 1, 2>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int; RhsPacketx4 = Eigen::internal::QuadPacket >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1269:11: required from 'void Eigen::internal::lhs_process_one_packet::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, ResScalar, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, int, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, true, false, 1, 2>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1902:8: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = true; bool ConjugateRhs = false; ResScalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 6; int LhsStorageOrder = 1; bool ConjugateLhs = true; 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, -1, -1, 0, 3, 3>; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3>, -1, -1, false> > >; Rhs = Eigen::Block, 3, 3>, -1, -1, false>; typename Dest::Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 24 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_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_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = false; bool _ConjRhs = true; int Arch = 1; int _PacketSize = 1; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1198:19: required from 'void Eigen::internal::lhs_process_one_packet::peeled_kc_onestep(Eigen::Index, const LhsScalar*, const RhsScalar*, GEBPTraits, LhsPacket*, RhsPacketx4*, RhsPacket*, AccPacket*, AccPacket*, AccPacket*, AccPacket*) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, true, 1, 1>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int; RhsPacketx4 = Eigen::internal::QuadPacket >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1269:11: required from 'void Eigen::internal::lhs_process_one_packet::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, ResScalar, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, int, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, true, 1, 1>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1896:8: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = true; ResScalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = true; 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, 3, 3>; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix, 3, 3>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >; typename Dest::Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 25 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_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_traits, std::complex<_Tp>, _ConjLhs, _ConjRhs, Arch, _PacketSize>::loadLhs(const LhsScalar*, LhsPacket&) const [with RealScalar = double; bool _ConjLhs = false; bool _ConjRhs = true; int Arch = 1; int _PacketSize = 2; LhsScalar = std::complex; LhsPacket = __vector(2) double]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1198:19: required from 'void Eigen::internal::lhs_process_one_packet::peeled_kc_onestep(Eigen::Index, const LhsScalar*, const RhsScalar*, GEBPTraits, LhsPacket*, RhsPacketx4*, RhsPacket*, AccPacket*, AccPacket*, AccPacket*, AccPacket*) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, true, 1, 2>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int; RhsPacketx4 = Eigen::internal::QuadPacket >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1269:11: required from 'void Eigen::internal::lhs_process_one_packet::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, ResScalar, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, int, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with int nr = 4; long int LhsProgress = 1; long int RhsProgress = 1; LhsScalar = std::complex; RhsScalar = std::complex; ResScalar = std::complex; AccPacket = Eigen::internal::DoublePacket<__vector(2) double>; LhsPacket = __vector(2) double; RhsPacket = Eigen::internal::DoublePacket<__vector(2) double>; ResPacket = Eigen::internal::Packet1cd; GEBPTraits = Eigen::internal::gebp_traits, std::complex, false, true, 1, 2>; LinearMapper = Eigen::internal::BlasLinearMapper, long int, 0, 1>; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1902:8: required from 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = std::complex; RhsScalar = std::complex; Index = long int; DataMapper = Eigen::internal::blas_data_mapper, long int, 0, 0, 1>; int mr = 1; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = true; ResScalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:205:22: 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 = std::complex; Index = long int; int Mode = 2; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = true; 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, 3, 3>; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix, 3, 3>; Rhs = Eigen::CwiseUnaryOp >, const Eigen::Transpose, 3, 3> > >; typename Dest::Scalar = std::complex]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 25 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h:342:87: required from 'void Eigen::MatrixLogarithmReturnValue::evalTo(ResultType&) const [with ResultType = Eigen::Matrix; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ReturnByValue.h:62:48: required from 'void Eigen::ReturnByValue::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::MatrixLogarithmReturnValue >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:84:25: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:468:29: required from 'Derived& Eigen::PlainObjectBase::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:245:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::ReturnByValue&) [with OtherDerived = Eigen::MatrixLogarithmReturnValue >; _Scalar = double; int _Rows = 3; int _Cols = 3; int _Options = 0; int _MaxRows = 3; int _MaxCols = 3]' reg-lib/cpu/_reg_maths_eigen.cpp:303:24: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858: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/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:858:29: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 reg-lib/cpu/_reg_nmi.cpp -o reg-lib/cpu/_reg_nmi.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_tools.h:19, from reg-lib/cpu/_reg_measure.h:11, from reg-lib/cpu/_reg_nmi.h:15, from reg-lib/cpu/_reg_nmi.cpp:15: /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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 reg-lib/cpu/_reg_optimiser.cpp -o reg-lib/cpu/_reg_optimiser.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_optimiser.h:9, from reg-lib/cpu/_reg_optimiser.cpp:9: /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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 reg-lib/cpu/_reg_resampling.cpp -o reg-lib/cpu/_reg_resampling.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_resampling.cpp:16: /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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 reg-lib/cpu/_reg_splineBasis.cpp -o reg-lib/cpu/_reg_splineBasis.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_tools.h:19, from reg-lib/cpu/_reg_splineBasis.h:15, from reg-lib/cpu/_reg_splineBasis.cpp:15: /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 -DNDEBUG -DHAVE_R -DHAVE_ZLIB -I. -Ireg-lib -Ireg-lib/cpu -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/include' -I'/tmp/th798/16179111/R-release/641/library/RNifti/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 reg-lib/cpu/_reg_tools.cpp -o reg-lib/cpu/_reg_tools.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 reg-lib/cpu/_reg_maths.h:23, from reg-lib/cpu/_reg_tools.h:19, from reg-lib/cpu/_reg_tools.cpp:17: /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 -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 RNiftyReg.so main.o helpers.o RNifti.o AffineMatrix.o DeformationField.o aladin.o f3d.o reg-lib/AladinContent.o reg-lib/Platform.o reg-lib/_reg_aladin.o reg-lib/_reg_aladin_sym.o reg-lib/_reg_base.o reg-lib/_reg_f3d.o reg-lib/_reg_f3d2.o reg-lib/_reg_f3d_sym.o reg-lib/cpu/CPUAffineDeformationFieldKernel.o reg-lib/cpu/CPUBlockMatchingKernel.o reg-lib/cpu/CPUConvolutionKernel.o reg-lib/cpu/CPUKernelFactory.o reg-lib/cpu/CPUOptimiseKernel.o reg-lib/cpu/CPUResampleImageKernel.o reg-lib/cpu/_reg_blockMatching.o reg-lib/cpu/_reg_globalTrans.o reg-lib/cpu/_reg_localTrans.o reg-lib/cpu/_reg_localTrans_jac.o reg-lib/cpu/_reg_localTrans_regul.o reg-lib/cpu/_reg_maths.o reg-lib/cpu/_reg_maths_eigen.o reg-lib/cpu/_reg_nmi.o reg-lib/cpu/_reg_optimiser.o reg-lib/cpu/_reg_resampling.o reg-lib/cpu/_reg_splineBasis.o reg-lib/cpu/_reg_tools.o -fopenmp installing to /tmp/th798/16179111/R-release/641/library/00LOCK-RNiftyReg/00new/RNiftyReg/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 (RNiftyReg) * installing *source* package 'freesurferformats' ... ** package 'freesurferformats' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (freesurferformats) * installing *source* package 'oro.nifti' ... ** package 'oro.nifti' successfully unpacked and MD5 sums checked ** using staged installation ** R ** demo ** inst ** byte-compile and prepare package for lazy loading Creating a new generic function for 'origin' in package 'oro.nifti' ** 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 (oro.nifti) * installing *source* package 'readNSx' ... ** package 'readNSx' successfully unpacked and MD5 sums checked ** using staged installation ** 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 -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 cpp11.cpp -o cpp11.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/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 rawToSEXP.cpp -o rawToSEXP.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/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 readBCI2R.cpp -o readBCI2R.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/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 readNSxDataPacket.cpp -o readNSxDataPacket.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 readNSx.so cpp11.o rawToSEXP.o readBCI2R.o readNSxDataPacket.o installing to /tmp/th798/16179111/R-release/641/library/00LOCK-readNSx/00new/readNSx/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 (readNSx) * installing *source* package 'rpyANTs' ... ** package 'rpyANTs' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** 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 (rpyANTs) * installing *source* package 'ravetools' ... ** package 'ravetools' successfully unpacked and MD5 sums checked ** using staged installation R_HOME found: /home/th798/R/R-release configure: Running under OSX... no checking for pkg-config... /home/th798/.conda/envs/emacs1/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for FFTW... yes configure: creating ./config.status config.status: creating src/Makevars ================================ compiler flags: -I/home/th798/.conda/envs/emacs1/include -Ivcglib -I../inst/include link argument: -L/home/th798/.conda/envs/emacs1/lib -lfftw3 ================================ ** 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 -I/home/th798/.conda/envs/emacs1/include -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/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 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/ravetools_RcppExports.h:7, from ../inst/include/ravetools.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/g++ -std=gnu++17 -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/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 baseline.cpp -o baseline.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 -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/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 bucketFill.cpp -o bucketFill.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 -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/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 collapse-cplx.cpp -o collapse-cplx.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 -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/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 collapse-real.cpp -o collapse-real.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 -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/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 columnQuantile.cpp -o columnQuantile.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 -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/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 fastColMeans.cpp -o fastColMeans.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 -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/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 fastQuantile.cpp -o fastQuantile.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 -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/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 fastcov.cpp -o fastcov.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 -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/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 ffts.cpp -o ffts.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 -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/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 fftw-wrapper.cpp -o fftw-wrapper.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 -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/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 filter.cpp -o filter.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 -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/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 glMatrix4.cpp -o glMatrix4.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 -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/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 glQuaternion.cpp -o glQuaternion.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 -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/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 glVector3.cpp -o glVector3.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 -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/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 rawToSEXP.cpp -o rawToSEXP.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 -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/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 resample3D.cpp -o resample3D.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 -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/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 shiftarray.cpp -o shiftarray.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 -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/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 threads.cpp -o threads.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 -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/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 utils.cpp -o utils.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 -Ivcglib -I../inst/include -I'/projects/genomic-ml/R/R-release/library/Rcpp/include' -I'/projects/genomic-ml/R/R-release/library/RcppEigen/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 vcgCommon.cpp -o vcgCommon.o In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:205, from vcglib/vcg/math/matrix44.h:34, from vcglib/vcg/space/box3.h:27, from vcglib/vcg/complex/used_types.h:26, from vcglib/vcg/complex/complex.h:46, from vcgCommon.h:15, from vcgCommon.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/Core/PlainObjectBase.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' vcglib/vcg/math/matrix44.h:639:14: 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; | ^~~~ 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' vcglib/vcg/math/matrix44.h:639:14: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument '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' vcglib/vcg/math/matrix33.h:506:9: 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' vcglib/vcg/math/matrix33.h:506: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] 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: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; | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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' vcglib/vcg/space/point_matching.h:65:15: 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' vcglib/vcg/space/point_matching.h:65: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] 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/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 >' vcglib/vcg/space/point_matching.h:65: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, 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, 4>' /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>' vcglib/vcg/space/point_matching.h:65: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, 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 >' vcglib/vcg/space/point_matching.h:112: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/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:92: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 >' vcglib/vcg/space/point_matching.h:120: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, -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 >' vcglib/vcg/space/point_matching.h:120: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, 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 >' vcglib/vcg/space/point_matching.h:125:18: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 4, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 4, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 4, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 4, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 4, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 4, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 4, 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, 4, 1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 4, 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, 4, 1, true>' vcglib/vcg/space/point_matching.h:127: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/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' vcglib/vcg/space/point_matching.h:185:4: 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' vcglib/vcg/space/point_matching.h:185:4: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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' vcglib/vcg/space/point_matching.h:194:4: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/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 >' vcglib/vcg/space/point_matching.h:203: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::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, 3>' /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>' vcglib/vcg/space/point_matching.h:203: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, 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, 3>' /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>' vcglib/vcg/space/point_matching.h:205:67: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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, 3>' /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>' vcglib/vcg/space/point_matching.h:206: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: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/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:92: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 >' vcglib/vcg/space/polygon3.h:310: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, -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 >' vcglib/vcg/space/polygon3.h:310: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/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, -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 >' vcglib/vcg/space/polygon3.h:310:31: 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/Eigenvalues/Tridiagonalization.h:100:128: 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 >' vcglib/vcg/space/polygon3.h:310: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] 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' vcglib/vcg/complex/allocate.h:280:48: 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; | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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' vcglib/vcg/complex/allocate.h:280:48: required from here /projects/genomic-ml/R/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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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' vcglib/vcg/complex/algorithms/update/curvature.h:231: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 '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >' vcglib/vcg/complex/algorithms/update/curvature.h:240:48: required from here /projects/genomic-ml/R/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] /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, 3>' /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>' vcglib/vcg/complex/algorithms/update/curvature.h:240: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 '__m128'} [-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 vcglib/vcg/complex/algorithms/implicit_smooth.h:26, from vcgCommon.h:44: /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' vcglib/vcg/complex/algorithms/harmonic.h:61:43: 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/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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' vcglib/vcg/complex/algorithms/harmonic.h:131:10: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::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/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' vcglib/vcg/complex/algorithms/implicit_smooth.h:255:41: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116:54: 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 '__m128'} [-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, Eigen::SparseMatrix, 2> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:145:7: required from 'class Eigen::ProductImpl, Eigen::SparseMatrix, 2, Eigen::Sparse>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::SparseMatrix, 2>' vcglib/vcg/complex/algorithms/implicit_smooth.h:324:49: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116:54: 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 '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::SparseMatrix, const Eigen::SparseMatrix, Eigen::Sparse>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >' vcglib/vcg/complex/algorithms/implicit_smooth.h:327:48: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116:54: 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 '__m128'} [-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::SparseMatrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:26:34: required from 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix, Eigen::Sparse>' /projects/genomic-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::SparseMatrix >' vcglib/vcg/complex/algorithms/implicit_smooth.h:327:67: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116: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 '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix, Eigen::Sparse>' /projects/genomic-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::SparseMatrix >' vcglib/vcg/complex/algorithms/implicit_smooth.h:327:67: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116:54: 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 '__m128'} [-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, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > > >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix >, Eigen::Sparse>' /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::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >' vcglib/vcg/complex/algorithms/implicit_smooth.h:327:52: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116:54: 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 '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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/SparseCholesky/SimplicialCholesky.h:264:16: required from 'class Eigen::SimplicialCholeskyBase, 1, Eigen::AMDOrdering > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:511:11: required from 'class Eigen::SimplicialCholesky, 1, Eigen::AMDOrdering >' vcglib/vcg/complex/algorithms/implicit_smooth.h:330:70: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116: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 '__m128'} [-Wignored-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>, 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>' vcglib/vcg/complex/algorithms/implicit_smooth.h:368:27: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116: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 '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, Eigen::AMDOrdering >, Eigen::Product, 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, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >' vcglib/vcg/complex/algorithms/implicit_smooth.h:368:25: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116: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 '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1505:8: required from 'struct Eigen::internal::evaluator >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:64:51: required from 'struct Eigen::internal::binary_evaluator, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, Eigen::internal::IteratorBased, Eigen::internal::IteratorBased, float, float>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::SparseMatrix, const Eigen::SparseMatrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:64:51: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >, Eigen::internal::IteratorBased, Eigen::internal::IteratorBased, float, float>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:687:97: required from 'Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::SparseMatrix(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >; _Scalar = float; int _Options = 0; _StorageIndex = int]' vcglib/vcg/complex/algorithms/implicit_smooth.h:327:41: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116: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 '__m128'} [-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/Eigen/src/SparseCore/SparseMatrix.h:1194:15: required from 'Eigen::SparseMatrix<_Scalar, _Options, _StorageIndex>& Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::operator=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >; _Scalar = float; int _Options = 0; _StorageIndex = int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:689:15: required from 'Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::SparseMatrix(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >; _Scalar = float; int _Options = 0; _StorageIndex = int]' vcglib/vcg/complex/algorithms/implicit_smooth.h:327:41: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116:54: 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 '__m128'} [-Wignored-attributes] 47 | >::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/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1505:8: required from 'struct Eigen::internal::evaluator >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1195:19: required from 'Eigen::SparseMatrix<_Scalar, _Options, _StorageIndex>& Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::operator=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >; _Scalar = float; int _Options = 0; _StorageIndex = int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:689:15: required from 'Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::SparseMatrix(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::SparseMatrix, const Eigen::SparseMatrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::SparseMatrix > >; _Scalar = float; int _Options = 0; _StorageIndex = int]' vcglib/vcg/complex/algorithms/implicit_smooth.h:327:41: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116: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 '__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/Core/PlainObjectBase.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' vcglib/vcg/space/fitting3.h:67:24: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370:63: 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; | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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' vcglib/vcg/space/fitting3.h:67:24: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-Wignored-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 >' vcglib/vcg/space/fitting3.h:67:59: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-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/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:92: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 >' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-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/Eigenvalues/Tridiagonalization.h:92: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 >' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370:63: 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; | ^~~~ /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 >' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__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/DenseBase.h:179:81: 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 >' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370:63: 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; | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:100:128: 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 >' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-Wignored-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/Eigenvalues/SelfAdjointEigenSolver.h:382:20: required from 'class Eigen::SelfAdjointEigenSolver >' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-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 >' vcglib/vcg/space/fitting3.h:74:23: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-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/Eigen/src/SparseCore/SparseMatrix.h:1040:66: required from 'void Eigen::internal::set_from_triplets(const InputIterator&, const InputIterator&, SparseMatrixType&, DupFunctor) [with InputIterator = __gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >; SparseMatrixType = Eigen::SparseMatrix; DupFunctor = scalar_sum_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1110:92: required from 'void Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::setFromTriplets(const InputIterators&, const InputIterators&) [with InputIterators = __gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >; _Scalar = float; int _Options = 0; _StorageIndex = int]' vcglib/vcg/complex/algorithms/implicit_smooth.h:129:26: required from 'static void vcg::ImplicitSmoother::InitSparse(const std::vector >&, const std::vector&, int, int, Eigen::SparseMatrix&) [with MeshType = ravetools::MyMesh; typename StatMeshType::ScalarType = float; typename MeshType::ScalarType = float]' vcglib/vcg/complex/algorithms/implicit_smooth.h:292:23: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116:54: 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 '__m128'} [-Wignored-attributes] 47 | >::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/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 >' vcglib/vcg/space/fitting3.h:55:22: required from 'void vcg::ComputeCovarianceMatrix(const std::vector >&, Point3&, Eigen::Matrix&) [with S = float]' vcglib/vcg/space/fitting3.h:69:26: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-Wignored-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::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, 4>' /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>' vcglib/vcg/space/fitting3.h:55:10: required from 'void vcg::ComputeCovarianceMatrix(const std::vector >&, Point3&, Eigen::Matrix&) [with S = float]' vcglib/vcg/space/fitting3.h:69:26: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1505:8: required from 'struct Eigen::internal::evaluator >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1181:93: required from 'Eigen::SparseMatrix<_Scalar, _Options, _StorageIndex>& Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::operator=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::SparseMatrix; _Scalar = float; int _Options = 0; _StorageIndex = int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1063:7: required from 'void Eigen::internal::set_from_triplets(const InputIterator&, const InputIterator&, SparseMatrixType&, DupFunctor) [with InputIterator = __gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >; SparseMatrixType = Eigen::SparseMatrix; DupFunctor = scalar_sum_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1110:92: required from 'void Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::setFromTriplets(const InputIterators&, const InputIterators&) [with InputIterators = __gnu_cxx::__normal_iterator*, std::vector, std::allocator > > >; _Scalar = float; int _Options = 0; _StorageIndex = int]' vcglib/vcg/complex/algorithms/implicit_smooth.h:129:26: required from 'static void vcg::ImplicitSmoother::InitSparse(const std::vector >&, const std::vector&, int, int, Eigen::SparseMatrix&) [with MeshType = ravetools::MyMesh; typename StatMeshType::ScalarType = float; typename MeshType::ScalarType = float]' vcglib/vcg/complex/algorithms/implicit_smooth.h:292:23: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116: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 '__m128'} [-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/Eigenvalues/SelfAdjointEigenSolver.h:453:34: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:455:40: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-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/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:398:143: required from 'Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::TriangularViewType& Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::operator/=(const typename Eigen::internal::traits::Scalar&) [with _MatrixType = Eigen::Matrix; unsigned int _Mode = 1; TriangularViewType = Eigen::TriangularView, 1>; typename Eigen::internal::traits::Scalar = float]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:455:40: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 3, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 3, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 3, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 3, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 3, 1, true>, 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/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-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/SelfCwiseBinaryOp.h:20:67: required from 'Derived& Eigen::DenseBase::operator*=(const Scalar&) [with Derived = Eigen::Matrix; Scalar = float]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:463:14: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-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/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' /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/OrderingMethods/Ordering.h:30:18: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:671:15: required from 'void Eigen::SimplicialCholeskyBase::ordering(const MatrixType&, const CholMatrixType*&, CholMatrixType&) [with Derived = Eigen::SimplicialCholesky, 1, Eigen::AMDOrdering >; MatrixType = Eigen::SparseMatrix; ConstCholMatrixPtr = const Eigen::SparseMatrix*; CholMatrixType = Eigen::SparseMatrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:208:7: required from 'void Eigen::SimplicialCholeskyBase::compute(const MatrixType&) [with bool DoLDLT = true; Derived = Eigen::SimplicialCholesky, 1, Eigen::AMDOrdering >; MatrixType = Eigen::SparseMatrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:564:37: required from 'Eigen::SimplicialCholesky<_MatrixType, _UpLo, _Ordering>& Eigen::SimplicialCholesky<_MatrixType, _UpLo, _Ordering>::compute(const MatrixType&) [with _MatrixType = Eigen::SparseMatrix; int _UpLo = 1; _Ordering = Eigen::AMDOrdering; MatrixType = Eigen::SparseMatrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:531:7: required from 'Eigen::SimplicialCholesky<_MatrixType, _UpLo, _Ordering>::SimplicialCholesky(const MatrixType&) [with _MatrixType = Eigen::SparseMatrix; int _UpLo = 1; _Ordering = Eigen::AMDOrdering; MatrixType = Eigen::SparseMatrix]' vcglib/vcg/complex/algorithms/implicit_smooth.h:330:70: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116:54: 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 '__m128'} [-Wignored-attributes] 47 | >::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: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: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-Wignored-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::Product, 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, 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, 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, Eigen::Matrix, 0>, 2, 8>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Product, 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, Eigen::Matrix, 0>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:606:26: [ 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; _Scalar = float; 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/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; EvalReturnType = const Eigen::Matrix]' vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116: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 '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 5> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 5, Eigen::Sparse>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 5>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:613:27: required from 'void Eigen::SimplicialCholesky<_MatrixType, _UpLo, _Ordering>::_solve_impl(const Eigen::MatrixBase&, Eigen::MatrixBase&) const [with Rhs = Eigen::Product, Eigen::Matrix, 0>; Dest = Eigen::Matrix; _MatrixType = Eigen::SparseMatrix; int _UpLo = 1; _Ordering = Eigen::AMDOrdering]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::SimplicialCholesky, 1, Eigen::AMDOrdering >; RhsType = Eigen::Product, Eigen::Matrix, 0>; Scalar = float; SrcXprType = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; _Scalar = float; 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/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; EvalReturnType = const Eigen::Matrix]' vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116:54: 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 '__m128'} [-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, 1> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl, 1, Eigen::Sparse>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:615:26: required from 'void Eigen::SimplicialCholesky<_MatrixType, _UpLo, _Ordering>::_solve_impl(const Eigen::MatrixBase&, Eigen::MatrixBase&) const [with Rhs = Eigen::Product, Eigen::Matrix, 0>; Dest = Eigen::Matrix; _MatrixType = Eigen::SparseMatrix; int _UpLo = 1; _Ordering = Eigen::AMDOrdering]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::SimplicialCholesky, 1, Eigen::AMDOrdering >; RhsType = Eigen::Product, Eigen::Matrix, 0>; Scalar = float; SrcXprType = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; _Scalar = float; 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/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; EvalReturnType = const Eigen::Matrix]' vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116:54: 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 '__m128'} [-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/DiagonalMatrix.h:278:47: required from 'struct Eigen::internal::traits, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:42:59: [ 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; _Scalar = float; 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/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; EvalReturnType = const Eigen::Matrix]' vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116: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 '__m128'} [-Wignored-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::Matrix > >, Eigen::Matrix, 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::Matrix, 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::Matrix, 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, const Eigen::Matrix > >, Eigen::Matrix, 1, 8>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix > >, Eigen::Matrix, 1, 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 > >, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:619:59: [ 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; _Scalar = float; 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/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; EvalReturnType = const Eigen::Matrix]' vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116: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 '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >, 6> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 6, Eigen::Sparse>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 6>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:624:27: required from 'void Eigen::SimplicialCholesky<_MatrixType, _UpLo, _Ordering>::_solve_impl(const Eigen::MatrixBase&, Eigen::MatrixBase&) const [with Rhs = Eigen::Product, Eigen::Matrix, 0>; Dest = Eigen::Matrix; _MatrixType = Eigen::SparseMatrix; int _UpLo = 1; _Ordering = Eigen::AMDOrdering]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::SimplicialCholesky, 1, Eigen::AMDOrdering >; RhsType = Eigen::Product, Eigen::Matrix, 0>; Scalar = float; SrcXprType = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; _Scalar = float; 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/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; EvalReturnType = const Eigen::Matrix]' vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116:54: 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 '__m128'} [-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 >, 2> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCore/SparseTriangularView.h:25:56: required from 'class Eigen::TriangularViewImpl >, 2, Eigen::Sparse>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:187:58: required from 'class Eigen::TriangularView >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:626:26: required from 'void Eigen::SimplicialCholesky<_MatrixType, _UpLo, _Ordering>::_solve_impl(const Eigen::MatrixBase&, Eigen::MatrixBase&) const [with Rhs = Eigen::Product, Eigen::Matrix, 0>; Dest = Eigen::Matrix; _MatrixType = Eigen::SparseMatrix; int _UpLo = 1; _Ordering = Eigen::AMDOrdering]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Solve.h:147:26: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; DecType = Eigen::SimplicialCholesky, 1, Eigen::AMDOrdering >; RhsType = Eigen::Product, Eigen::Matrix, 0>; Scalar = float; SrcXprType = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; _Scalar = float; 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/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; EvalReturnType = const Eigen::Matrix]' vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116:54: 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 '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 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::Matrix, 2> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 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::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::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::Matrix, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:630:29: [ 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; _Scalar = float; 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/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; EvalReturnType = const Eigen::Matrix]' vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116: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 '__m128'} [-Wignored-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> >, -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, 0, Eigen::Stride<0, 0> >, -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, 0, Eigen::Stride<0, 0> >, -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, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /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> >, -1, 1, true> >' /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, true>, 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/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-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:846:33: required from 'static Derived& Eigen::internal::setIdentity_impl::run(Derived&) [with Derived = Eigen::Matrix; bool Big = false]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:875:50: required from 'Derived& Eigen::MatrixBase::setIdentity() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:483:24: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-Wignored-attributes] 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, 0, Eigen::Stride<0, 0> >, -1, 1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; VectorY = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; OtherScalar = float]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:315:40: required from 'void Eigen::MatrixBase::applyOnTheRight(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = float; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:895:24: required from 'void Eigen::internal::tridiagonal_qr_step(RealScalar*, RealScalar*, Index, Index, Scalar*, Index) [with int StorageOrder = 0; RealScalar = float; Scalar = float; Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:548:87: required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix; DiagType = Eigen::Matrix; SubDiagType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370:63: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-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/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::min_coeff_visitor, -1, 1, false>, 0>; Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Visitor.h:323:14: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff(IndexType*) const [with int NaNPropagation = 0; IndexType = long int; Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = float]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:496:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff(IndexType*) const [with IndexType = long int; Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = float]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:563:35: required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix; DiagType = Eigen::Matrix; SubDiagType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370:63: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: 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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 3, 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, 3, 1, true>; SrcXprType = Eigen::Block, 3, 1, true>; 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, 3, 1, true>; SrcXprType = Eigen::Block, 3, 1, true>; 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, 3, 1, true>; Src = Eigen::Block, 3, 1, true>; 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, 3, 1, true>; Src = Eigen::Block, 3, 1, true>; 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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:71:56: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370:63: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: 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/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, 4>' /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:402:50: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:55:6: required from 'void vcg::ComputeCovarianceMatrix(const std::vector >&, Point3&, Eigen::Matrix&) [with S = float]' vcglib/vcg/space/fitting3.h:69:26: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-Wignored-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/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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; _Scalar = float; 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/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; EvalReturnType = const Eigen::Matrix]' vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116: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 '__m128'} [-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/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/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: [ 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:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; _Scalar = float; 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/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; EvalReturnType = const Eigen::Matrix]' vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116: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 '__m128'} [-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 = float]' /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/ProductEvaluators.h:349:16: [ 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:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; _Scalar = float; 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/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; EvalReturnType = const Eigen::Matrix]' vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116: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 '__m128'} [-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:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block, 1, -1, false>; Functor = swap_assign_op]' /projects/genomic-ml/R/R-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, 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>; Src = Eigen::Block, 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>; Src = Eigen::Block, 1, -1, false>; Func = swap_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 1, -1, false>; Derived = Eigen::Block, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:1033:18: [ 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; _Scalar = float; 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/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; EvalReturnType = const Eigen::Matrix]' vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-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, 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/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/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: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:55:6: required from 'void vcg::ComputeCovarianceMatrix(const std::vector >&, Point3&, Eigen::Matrix&) [with S = float]' vcglib/vcg/space/fitting3.h:69:26: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__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/DenseBase.h:179:81: 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/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: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:55:6: required from 'void vcg::ComputeCovarianceMatrix(const std::vector >&, Point3&, Eigen::Matrix&) [with S = float]' vcglib/vcg/space/fitting3.h:69:26: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370:63: 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; | ^~~~ /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/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:55:6: required from 'void vcg::ComputeCovarianceMatrix(const std::vector >&, Point3&, Eigen::Matrix&) [with S = float]' vcglib/vcg/space/fitting3.h:69:26: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-Wignored-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: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/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/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: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:55:6: required from 'void vcg::ComputeCovarianceMatrix(const std::vector >&, Point3&, Eigen::Matrix&) [with S = float]' vcglib/vcg/space/fitting3.h:69:26: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-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, false> >, 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::Transpose, 1, 1, false> >, const Eigen::Block >, 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, 1, 1, false> >, 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::Transpose, 1, 1, false> >, 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::Transpose, 1, 1, false> >, const Eigen::Block >, 1, 1, false> >' /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 = 4; typename Eigen::internal::traits::Rhs>::Scalar = float; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = float; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = float; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:55:6: required from 'void vcg::ComputeCovarianceMatrix(const std::vector >&, Point3&, Eigen::Matrix&) [with S = float]' vcglib/vcg/space/fitting3.h:69:26: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370: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 '__m128'} [-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:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>; SrcXprType = Eigen::Block, 1, -1, false>; Functor = assign_op]' /projects/genomic-ml/R/R-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, 1, -1, false>; 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::Block, 1, -1, false>; 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::Block, 1, -1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-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::Block, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; OtherDerived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 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::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; _Scalar = float; 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/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve, 1, Eigen::AMDOrdering >, Eigen::Product, Eigen::Matrix, 0> >; EvalReturnType = const Eigen::Matrix]' vcglib/vcg/complex/algorithms/implicit_smooth.h:368:35: required from 'static void vcg::ImplicitSmoother::Compute(MeshType&, Parameter&) [with MeshType = ravetools::MyMesh]' vcgCommon.cpp:116:54: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-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:100:8: required from 'struct Eigen::internal::evaluator, 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, false> >, Eigen::internal::IndexBased, float>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 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, 1, 1, false> > >' /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, false> >, const Eigen::Block >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, float, float>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:55:6: required from 'void vcg::ComputeCovarianceMatrix(const std::vector >&, Point3&, Eigen::Matrix&) [with S = float]' vcglib/vcg/space/fitting3.h:69:26: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370:63: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: 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/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:100:8: required from 'struct Eigen::internal::evaluator >, 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::Transpose, 1, 1, false> >, const Eigen::Block >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, float, float>' /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, false> >, const Eigen::Block >, 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::Transpose, 1, 1, false> >, const Eigen::Block >, 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::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block >, 1, 1, false> >; typename Eigen::internal::traits::Scalar = float]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' vcglib/vcg/space/fitting3.h:55:6: required from 'void vcg::ComputeCovarianceMatrix(const std::vector >&, Point3&, Eigen::Matrix&) [with S = float]' vcglib/vcg/space/fitting3.h:69:26: required from 'void vcg::FitPlaneToPointSet(const std::vector >&, Plane3&) [with S = float]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:83:27: required from 'static void vcg::tri::PointCloudNormal::ComputeUndirectedNormal(MeshType&, int, ScalarType, vcg::KdTree&, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; ScalarType = float; typename SmoothMeshType::ScalarType = float; vcg::CallBackPos = bool(int, const char*)]' vcglib/vcg/complex/algorithms/pointcloud_normal.h:139:28: required from 'static void vcg::tri::PointCloudNormal::Compute(MeshType&, Param, bool (*)(int, const char*)) [with MeshType = ravetools::MyMesh; vcg::CallBackPos = bool(int, const char*)]' vcgCommon.cpp:370:63: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-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 ravetools.so RcppExports.o baseline.o bucketFill.o collapse-cplx.o collapse-real.o columnQuantile.o fastColMeans.o fastQuantile.o fastcov.o ffts.o fftw-wrapper.o filter.o glMatrix4.o glQuaternion.o glVector3.o rawToSEXP.o resample3D.o shiftarray.o threads.o utils.o vcgCommon.o -L/home/th798/.conda/envs/emacs1/lib -lfftw3 installing to /tmp/th798/16179111/R-release/641/library/00LOCK-ravetools/00new/ravetools/libs ** 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 ** 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 (ravetools) * installing *source* package 'ieegio' ... ** package 'ieegio' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (ieegio) The downloaded source packages are in '/tmp/th798/16179111/Rtmp1TovmQ/downloaded_packages' > cat("Time to install revdep:\n") Time to install revdep: > print(install.time) user system elapsed 610.975 44.962 690.354 > print(Sys.time()) [1] "2025-03-29 01:16:43 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:16:43 MST" Installing package into '/tmp/th798/16179111/R-release/641/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/16179111/R-release/641/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:17:09 MST" * using log directory '/tmp/th798/16179111/R-release/641/ieegio.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 'ieegio/DESCRIPTION' ... OK * this is package 'ieegio' version '0.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 'ieegio' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R' OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: OK [1] "2025-03-29 01:18:34 MST" [1] "2025-03-29 01:18:34 MST" Installing package into '/tmp/th798/16179111/R-release/641/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/16179111/R-release/641/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:19:00 MST" * using log directory '/tmp/th798/16179111/R-release/641/ieegio.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 'ieegio/DESCRIPTION' ... OK * this is package 'ieegio' version '0.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 'ieegio' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R' OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: OK [1] "2025-03-29 01:20:22 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) + } >